Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML-type labels get knocked out by notugly.xsl #10

Open
dankamongmen opened this issue Feb 28, 2022 · 4 comments
Open

HTML-type labels get knocked out by notugly.xsl #10

dankamongmen opened this issue Feb 28, 2022 · 4 comments

Comments

@dankamongmen
Copy link

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
Copy link
Author

it also seems to have stripped the color from that doubleoctagon

@vidarh
Copy link
Owner

vidarh commented Feb 28, 2022

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.

@dankamongmen
Copy link
Author

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.

@vidarh
Copy link
Owner

vidarh commented Mar 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants