aivarsk / scruffy

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

Empty line messes up the class diagram #5

Closed wernight closed 10 years ago

wernight commented 10 years ago
[A]^[B]
// Empty line or comment here
[B]

Doesn't correctly render.

wernight commented 10 years ago

Closed how?

On Tuesday, March 18, 2014 11:26:17 PM, Aivars Kalvāns < notifications@github.com> wrote:

Closed #5 https://github.com/aivarsk/scruffy/issues/5.

— Reply to this email directly or view it on GitHubhttps://github.com/aivarsk/scruffy/issues/5 .

aivarsk commented 10 years ago

Fixed, this example works now: [A]^[B]

[B]

wernight commented 10 years ago

Almost there. That case is fixed but a comment like still messes up the diagram:

[A]^[B]
// Comment here
[B]

This case is less important, still it's probably a bug.

Thanks for fixing this couple of issues. I've noticed that the PyPi package hasn't been updated. Could you also update it? After or even before fixting this.