Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
547 views

Angular on a svg - $sce.trustAsHtml inside svg does not work in safari and ie

I am new to angular and svg and i can't seem to get past this problem. I am using $sce.trustAsHtml on a <g> element. My code works fine in Chrome and firefox but for some reason it fails in ...
AndreiB's user avatar
1 vote
0 answers
603 views

SVG textpath misaligned with path in IE11 and incorrect font size in Safari

The following bit of SVG code renders fine in Chrome, Firefox, Opera, Safari, and IE11 (though IE11 for some reason renders it in a small box which has been mentioned before): <svg width="100%" ...
Zekko's user avatar
  • 73