SharpVectors
SharpVectors copied to clipboard
Svg file is different with other browser.
Hi, Again, we found a svg file was different chrome when it display our app. Could you help us to fix it? thanks.
in our app:
in SharpVectors sample App:
in chrome:
Below is source svg file:
@kikokuo In my chrome, it is showing without the arrow. Is this the case at your end?
@paulushub
No, it not my case.
My case: The arrow not at right place.
In chrom: This is right case.
My chrome version:
The version is the same on both my work PCs (running Windows 11 Workstation - English, Windows 10 Pro-Japanese).
Tested in Chrome, Edge, Opera and Firefox and the results are same as shown below:
@paulushub Ok, It's my faults. The svg file through drop to upload is wrong, So, I upload a zip file for you. You can download and test it. thank you.
Two issues identified:
- transformation at root element not applied (looks like SVG 2 feature),
- Marker at the end of a curve - must follow the orientation at the end.
(1) Could be easily resolved (I need to find more examples to test and confirm it).
(2) Is a pending marker issue - will look into it.
Current result is shown below:
Two issues identified:
- transformation at root element not applied (looks like SVG 2 feature),
- Marker at the end of a curve - must follow the orientation at the end.
(1) Could be easily resolved (I need to find more examples to test and confirm it). (2) Is a pending marker issue - will look into it. Current result is shown below:
Sure, you can follow your schedule to fix this issue.
