Skip to content

Commit

Permalink
Update XamlGeneratorSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 9, 2023
1 parent 0f2fdea commit bb53f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SvgToXamlConverter/Generator/XamlGeneratorSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public record XamlGeneratorSettings

public bool ReuseExistingResources { get; init; } = false;

public bool TransformGeometry { get; init; } = true;
public bool TransformGeometry { get; init; } = true;

public bool WriteResources { get; init; } = false;
public bool WriteResources { get; init; } = false;

public ResourceDictionary? Resources { get; init; }
}

0 comments on commit bb53f49

Please sign in to comment.