Git Product home page Git Product logo

Comments (4)

Chlumsky avatar Chlumsky commented on July 20, 2024 1

Support for multiple paths / shapes in an SVG file added in 0286aeb.

from msdfgen.

Chlumsky avatar Chlumsky commented on July 20, 2024

Yes, I didn't want to waste time by implementing a comprehensive SVG decoder, so it is pretty limited, but I was always able to generate something the program could read with Inkscape, although sometimes it was easier to help it with a text editor. Basically it reads the first <path> element (which must be in <svg> and can be in a single <g>). If it is wrapped in more stuff, it won't find it, yeah. Also, sometimes the path has the wrong order (winding? chirality?) and the distance field is inverted. Anyway, here is an example working file:

blob.zip

from msdfgen.

geeklystrips avatar geeklystrips commented on July 20, 2024

This shape works fine!

I haven't had time to test thoroughly with formats and options, but just in case this info can be useful to anyone:

  • A simple shape created in Inkscape goes through.
  • None of the SVG files exported by Illustrator CS6 are accepted. I think I tried all the different output options, so I gather something is indeed weird with the XML structure.
  • A simple shape created with Illustrator, saved as SVG, opened and saved again by Inkscape does not go through. This seems to indicate that whatever Adobe specifications is causing problems with the Illustrator SVG tags along to Inkscape.

Thanks for your answer :)

from msdfgen.

boulabiar avatar boulabiar commented on July 20, 2024

I fixed similar issues by opening in inkscape and merging paths.
Other times by just adding Z to the end of the path in the svg
(in my case ending the d="M .....Z" with that Z solved the problem)

from msdfgen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.