diff --git a/src/VectorPuppetShow.cake b/src/VectorPuppetShow.cake index 3e3c95e..3de7193 100644 --- a/src/VectorPuppetShow.cake +++ b/src/VectorPuppetShow.cake @@ -153,7 +153,8 @@ (var puppet-atlas-width int 0) (var puppet-atlas-height int 0) (scope - (var filename (addr (const char)) "data/DoNotCheckIn.svg") + (var filename (addr (const char)) "data/TestPuppet.svg") + ;; (var filename (addr (const char)) "data/DoNotCheckIn.svg") (set puppet-image (nsvgParseFromFile filename "px" 96.0f)) (unless puppet-image (vpslog "Failed to load SVG %s\n" filename)