Skip to content

Commit

Permalink
fixed svg examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteMichaud committed Mar 13, 2022
1 parent 482eb0f commit cad22e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MapProjectorTests/Tests/ProjectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ void AddExampleWidgetOnlyMode(string[] _args, string notes, string title)
var key = $"{callerClass.Substring(titleIdx + 1)}.{title}";
var images = new List<string>
{
$"{repoPath}/{title}_Widgets.png"
$"{repoPath}/{title}_Widgets.svg"
};

globalExamples.Add(
Expand Down Expand Up @@ -560,7 +560,7 @@ void AddExampleSeparateMode(string[] _args, string notes, string title)
var images = new List<string>
{
$"{repoPath}/{title}.png",
$"{repoPath}/{title}_Widgets.png"
$"{repoPath}/{title}_Widgets.svg"
};

globalExamples.Add(
Expand Down
4 changes: 2 additions & 2 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

0 comments on commit cad22e9

Please sign in to comment.