VectorStyler
    • Categories
    • Unread
    • Recent
    • Tags
    • Popular
    • Register
    • Login

    "xml:" is missing before name attribute in SVG-File

    Scheduled Pinned Locked Moved Questions and Support
    3 Posts 2 Posters 3.8k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      Subpath
      last edited by Subpath

      The Program "Flamepainter 4" which i have, is able
      to import vector curves via an SVG-File. But this
      Program is picky about importing a .SVG from VS.

      Get an Error Message which said
      ( Unable to read svg file
      Error:Unexpected attribute "name" )
      .
      .
      The Part in the SVG-File which the Error Message
      mentioned looks like this.

      <svg width="136.1907" height="259.1825" version="1.1"
      xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      xml:space="preserve" name="Untitled-1">
      .
      .
      In the meantime i figure out that an "xml:" is missing
      before that name attribute.
      ( xml:space="preserve" name="Untitled-1"> )

      When i edit the SVG-File from VS and set
      the missing "xml:" the File is loaded without
      any Error Message.
      This works:
      ( xml:space="preserve" xml:name="Untitled-1"> )

      It is possible to change the .SVG export output
      so that this "xml:" is set from VS ?

      Win 11
      CPU: AMD Ryzen 5 9600X, 6-core.
      GPU: Nvidia Geforce RTX 5070.

      VectorStylerV 1 Reply Last reply Reply Quote 0
      • VectorStylerV Offline
        VectorStyler @Subpath
        last edited by

        @Subpath Added this to the backlog.

        S 1 Reply Last reply Reply Quote 1
        • S Offline
          Subpath @VectorStyler
          last edited by

          @VectorStyler , thanks

          Win 11
          CPU: AMD Ryzen 5 9600X, 6-core.
          GPU: Nvidia Geforce RTX 5070.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post