Ricardo Lafuente

Results 56 issues of Ricardo Lafuente

Right now i think the system Sans is used, but it would be nice to provide a warning when this happens.

enhancement

Drawbot has `miterLimit`, `lineJoin`, `lineCap` and `lineDash` ([see docs](https://www.drawbot.com/content/shapes/pathProperties.html)). Cairo supports these, it should be straightforward to implement. We never did because Nodebox didn't support them and no one voiced...

enhancement

It would be useful to query a font for its axes and see the default, min and max values for each, like: ```python fontvariations("Inconsolata") ``` would print out something like...

See [the original code](https://github.com/karstenw/nodebox-pyobjc/blob/74df646694b5db3e266cc2828cd4bf4355ec3195/nodebox/util/__init__.py#L219)

enhancement

Using an issue to make a list of good sources for new examples to develop: ### static * the [Cairo snippets page](https://cairographics.org/samples/) * PlotDevice's [home page](https://plotdevice.io) has a few unique...

We need a library to properly support path mathematics (union, intersection, subtraction). Nodebox uses [GPC](http://www.cs.man.ac.uk/~toby/alan/software/) which has a non-free license. There are a few options here: * [lib2geom](https://github.com/inkscape/lib2geom), has been...

enhancement
nodebox compatibility

- [x] variable window - [ ] livecoding

editor / ide tools

* [ ] Add icon * [x] Change script name from ide.py to Shoebot * [ ] Add small description * [ ] Add license text * [ ] Close...

bug
enhancement
editor / ide tools