Announcement

Collapse
No announcement yet.

SVG Syntax Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cristinaragland56
    replied
    Hi. Have you solved this problem? I just don't see the error. transform attributes on <svg> elements are a feature added with the SVG 2 spec.

    Leave a comment:


  • distop
    started a topic SVG Syntax Error

    SVG Syntax Error

    Code:
    <svg width="100px" height="100px" x="0px" y="0px" viewBox="0 0 389 172" xmlns="http://www.w3.org/2000/svg" version="1.1" style="transform: translate(0,0)">
    return "Syntax error".
    I have to delete style="transform: translate(0,0)"
    Do it is normal?
Working...
X