aivarsk / scruffy

Makes SVG shapes look hand-drawn and creates UML diagrams using yUML (http://yuml.me) syntax
319 stars 60 forks source link

Add transparent background #20

Open witrin opened 8 years ago

witrin commented 8 years ago

Remove the background polygon from Graphviz and replaces rsvg-convert with convert.

witrin commented 8 years ago

The replacement with Imagemagick's convert was just a quick move because rsvg-convert doesn't have rendered the background transparent, but maybe this was a installation problem on my server (2.40.13).

witrin commented 7 years ago

@aivarsk Would you be so kind a leave a comment?

aivarsk commented 7 years ago

Well, I don't spend much time thinking about this as I use plantuml for my own UML needs. Adding transparent background is ok but I don't like/understand why you removed the main function from scruffy.py. It puzzles me as one of use cases for me was running scruffy.py on different svg files. So if you make a pull request the background only I would pull it. And the removal of main() is separate topic/pull request that has to be discussed.

witrin commented 7 years ago

Alright, thanks! :)