groupdocs-annotation / GroupDocs.Annotation-for-.NET-MVC

Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/MVC
https://products.groupdocs.com/annotation/net
MIT License
3 stars 0 forks source link

Fix SVG coordinates. #53

Closed kegor closed 4 years ago

kegor commented 4 years ago

Problem: Annotations that use SVG coordinates were placed wrong on the document because they have only commas in their SVG representation in Russian (and similar) locale.

Solution: Were implemented changes for preserving dot as the decimal separator in the SVG coordinates.

Tests:

  1. Create and save svg-related types of annotations in Russian locale.
  2. Create and save svg-related types of annotations in English locale.

Screenshots: image