Riccardo Scalco
Riccardo Scalco
## Description **np** stops at step `Enabling two-factor authentication` with error `503 Service Unavailable`. This error seems a consequence of the fact that **np** tells me ``` This scoped repo...
Hi, the following code in https://beta.observablehq.com/ returns "Error: invalid module": ``` glslCanvas = require('glslCanvas') ``` It worked until few days ago. Adding the release it works as expected: ``` glslCanvas...
This issue is related to [#7](https://github.com/riccardoscalco/textures/issues/7), in particular at the @bollwyvl comment > an element in an svg can always know its svg. Since these textures must be > singletons...
At the moment a new texture cannot be created from another one. The following direction has been suggest on issue [#7](https://github.com/riccardoscalco/textures/issues/7). ``` var svg = d3.select("#example").append("svg"); var t1 = textures.lines().thicker();...
@zanarmstrong created a tool for drawing textures: http://bl.ocks.org/zanarmstrong/raw/08833a326224d41fbb96/ Creating patterns is usually tricky, it would be great to have such tool in a dedicated webpage and linking to it from...
Apparently SVG patterns do not work with web components.
Margin attributes add space between the Gantt chart and the SVG borders. This is useful to keep tasks and milestones text visible on the screen. Anyway, it should be possible...