Announcement

Collapse
No announcement yet.

SVG Syntax Error

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

    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?

    #2
    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.

    Comment

    Working...
    X