ucdavis / wayfinding

jQuery plugin for interactive svg maps
101 stars 58 forks source link

How to draw svg ? adobe illustrator or other tools? #32

Closed bingchengcool closed 8 years ago

jraller commented 9 years ago

I've used Illustrator in the past, but do not have access to the latest version to test it.

On Sun, Oct 11, 2015, 6:46 PM libingcheng notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/ucdavis/wayfinding/issues/32.

bruninfante commented 8 years ago

Hello jraller, I have a question when you are making the path/elements, the order of each element on the layer is important or the only important thing is the pacement of the coordenates connecting in the exact same point (X,Y, Z)? Thanks for the help, and amazing job with this project.

jraller commented 8 years ago

Placement of the end points with the same X and Y is important, and having the lines that make up paths be in the right group is important. Element order should not matter as the svg file is parsed and an internal model of it is used for the parts that aren't displayed to the screen.