ubik23 / charactercreator

A frontend interface for creating characters in SVG.
Other
306 stars 78 forks source link

Fix viewBox on smoking items for male and female templates #164

Closed ubik23 closed 4 years ago

ubik23 commented 4 years ago

Smoking filter, cigarette and blunt need to have their viewbox in idDict array located in viewbox.js Use a square in Inkscape to frame the item and open the square in the XML editor. use the x, y, width, height values as the viewbox for each item in viewbox.js

viewBox coordinates are (x, y, width, height)

Do this for male and female template as their coordinates are different.