Pomax
Pomax
Indeed, the conversion process can now process pretty much anything in Unicode.
If you think this is worth doing, doing a single PR that updates the LaTeX on the sections that were already zh-CN translated sounds like a good way to play...
I'll be using Arphic's `gbsn` font, installable through TexLive/MiKTeX, as it looks pretty decent.
Duplicated comment from the above-cross-linked issue on the bezierjs repo: >That's a good point actually, filed https://github.com/Pomax/BezierInfo-2/issues/50 so that won't happen in the future. A degenerate curve is a "curve...
Hmm, good point, But I'd probably make `split(a,b)` throw on `a===b` instead, as there isn't anything to return in that case, so whatever code is getting invoked almost certainly has...
Can you explain what I should be noticing here? As far as I can tell, those outlines are correct (remember that the code you're using does not "join up" offset...
Which you can, because the output of `curve.outline(...)` is an array of connected curves for you to work with, so I still don't understand the question? Your issue is titled...
followup to https://github.com/Pomax/bezierjs/pull/170
To address the original question that led to this issue: which version of Node are you using for this? Because this library declares two points of use: ``` "exports": {...
I'm not sure anyone actually needs to: an infinite line is just an axis, rotated/translated. So rotate your curve coordinates by the opposite degree so that it's axis-aligned, and now...