diagram-tools icon indicating copy to clipboard operation
diagram-tools copied to clipboard

HTML-type labels get knocked out by notugly.xsl

Open dankamongmen opened this issue 4 years ago • 4 comments

I'm using notugly.xsl on a dot source file you can find at

https://github.com/dankamongmen/openscad-models/blob/master/schwarz.dot

everything was working alright until I started using some HTML labels. At that point, the content of the HTML labels is blanked in notugly.xsl output.

before:

outbefor

after:

out

dankamongmen avatar Feb 28 '22 09:02 dankamongmen

it also seems to have stripped the color from that doubleoctagon

dankamongmen avatar Feb 28 '22 10:02 dankamongmen

Hi, thanks for this. Looking at it, I'm guessing the text is there but has ended up white on white background. Likely a relatively easy fix - I'll have a look as soon as I get a chance.

vidarh avatar Feb 28 '22 12:02 vidarh

awesome, i wasn't sure if you were still maintaining this useful tool (i've been using it for over a decade!). please take your time. i'll be able to test your fix for you.

dankamongmen avatar Feb 28 '22 12:02 dankamongmen

Finally had a chance to start looking at it. I've spotted a few more issues, so I think as a first step I'm going to try to untangle a few test cases from your example.

vidarh avatar Mar 22 '22 22:03 vidarh