Hacker News new | ask | show | jobs
by bschwindHN 4 days ago
When you specify the stroke width of 2px and then turn it into a path, are you expecting the outline of the font to expand? Is the 2px stroke centered on the original glyph path, so 1px is "in" in the glyph and 1px is "out"?

I take your question to basically mean "can it expand or shrink a path?" and "can it use a path as a clipping mask?"

Or did I misunderstand and you want to only show the image within the 2px sliver itself?

1 comments

Don't worry about the specifics, I'm just asking if it can do modern 2D graphics well.
I know that was the general point of your question, but I'm still curious what you expected the end result to look like. I've been doing some 2D graphics work recently with bezier curves and image clipping, so I did actually want to worry about the specifics :)