diff --git a/MapProjectorTests/Tests/ProjectionTests.cs b/MapProjectorTests/Tests/ProjectionTests.cs index f5845a7..d39f36e 100644 --- a/MapProjectorTests/Tests/ProjectionTests.cs +++ b/MapProjectorTests/Tests/ProjectionTests.cs @@ -526,7 +526,7 @@ void AddExampleWidgetOnlyMode(string[] _args, string notes, string title) var key = $"{callerClass.Substring(titleIdx + 1)}.{title}"; var images = new List { - $"{repoPath}/{title}_Widgets.png" + $"{repoPath}/{title}_Widgets.svg" }; globalExamples.Add( @@ -560,7 +560,7 @@ void AddExampleSeparateMode(string[] _args, string notes, string title) var images = new List { $"{repoPath}/{title}.png", - $"{repoPath}/{title}_Widgets.png" + $"{repoPath}/{title}_Widgets.svg" }; globalExamples.Add( diff --git a/examples.md b/examples.md index a20ea6c..0ff735c 100644 --- a/examples.md +++ b/examples.md @@ -582,7 +582,7 @@ Does not return the projected map at all, only the projected widgets alone. `--projection hammer --widget grid --widgetmode widgetonly -f ..\..\Tests\Input\earth_equirect.png -o ..\..\Tests\Output\WidgetOnlyMode.png` -![Widget Only Mode](https://github.com/PeteMichaud/MapProjectorStudio/blob/master/MapProjectorTests/Tests/Output/WidgetOnlyMode_Widgets.png) +![Widget Only Mode](https://github.com/PeteMichaud/MapProjectorStudio/blob/master/MapProjectorTests/Tests/Output/WidgetOnlyMode_Widgets.svg) #### Widget Separate Mode @@ -592,5 +592,5 @@ Returns two separate, projected images, one of the map, one of the matching widg ![Widget Separate Mode 1](https://github.com/PeteMichaud/MapProjectorStudio/blob/master/MapProjectorTests/Tests/Output/WidgetSeparateMode.png) -![Widget Separate Mode 2](https://github.com/PeteMichaud/MapProjectorStudio/blob/master/MapProjectorTests/Tests/Output/WidgetSeparateMode_Widgets.png) +![Widget Separate Mode 2](https://github.com/PeteMichaud/MapProjectorStudio/blob/master/MapProjectorTests/Tests/Output/WidgetSeparateMode_Widgets.svg)