Relative Content

Tag Archive for c#wpfsvgblazorsharpvectors

Display SVG in HTML same as WPF sharpvectors

We have an application made in WPF that uses sharpvectors to display a map as an SVG and now we need to display the same maps in HTML with blazor. The main issue is we place elements over the maps with a set of transforms and it looks as the SVGs are displayed differently between the two as with the same transforms elements don’t align in HTML.