Results 5 comments of Gustavo

I used to live with this same bug but it seems to be fixed in 0.5.0 \o/ Thanks!

Hello, I believe the docs are quite clear on how to do this: [Creating Shapes](http://literallycanvas.com/api/shapes.html#creating-shapes ) You can create a shape and save it to the lc instance: ```javascript let...

Hello, I implemented a couple functions that achieve this. **panTo(x, y)** : Centers the view to a point in drawing coords **panToShape(shape)**: Centers the view to a given shape PR:...

@roytz It worked for me. use these settings in your package.json: ` "dependencies": { "needle": "2.3.0", "osmosis": "^1.1.10" }, "resolutions": { "needle": "2.3.0" } ` I think this is a...

What is needed to merge this? I don't know CircleCI