-
When loading `option_d.py` (as in the README), the colormap is mostly out of gamut (is that the right term?).
![image](https://github.com/matplotlib/viscm/assets/3608264/82578bb5-7b78-4657-afbd-dc6…
-
I read this on the [Wikipedia article](https://en.wikipedia.org/wiki/EB_Garamond#Technical_details) for this typeface:
> The source of the fonts is drawn with cubic Bézier curves, thus the OTF-vers…
-
Looks like the argument to segment pen's `curveTo` is a "super-Bezier", and is decomposed by `BasePen` via `decomposeSuperBezierSegment()`.
I have a hard time finding any references to the definiti…
-
### System information
- **SolveSpace version:**
- **Operating system:**
### Expected behavior
It is actually possible to define the smallest spline with 5 control points.
It would be n…
-
**Description**
There's already a `Line` component to draw polylines, so I think having a `CubicBezier` component would be a useful next step (rather than shooting straight for splines). Since Canv…
-
Have you seen this? It looks really interesting.
http://railsimroutes.net/blog/?p=891
http://web.archive.org/web/20101129142153/http://openbve.trainsimcentral.co.uk/openbve2.html
(https://github.com/s…
-
I’m curious if algorithms for interpolating splines are considered in scope for Kurbo and if there’s an interest to include them.
For some background, in a [map project](https://github.com/railwayh…
-
I've worked through the dogfish example, which produces an sdf from a B-spline and is very nice. However, it's my understanding that the sdf generating function doesn't measure closest distance but a…
-
Hi, I wonder how did you extract the control points in different scenes including crossroad and straightway? I can't find the details in the paper. Could you please explain that?
In a straight way, …
-
Documentation request, what is the order of control points? For my library's bezier path conversion to DXF, I have this working. Are these assumptions correct around
* anchor positions and handles…