sashadev-sky

Results 173 comments of sashadev-sky

@jywarren How does this look? Please feel free to delete anything copied over here in the PR description that you think is extraneous - I think I copied over a...

https://github.com/publiclab/Leaflet.DistortableImage/issues/140#issuecomment-465115860 I already pitched this idea to @jywarren, it implements a mixture of what he has mentioned above, but @rexagod let me know what your thoughts are on this too!....

@flopail sorry for the late reply, we have been making updates towards this in our latest npm release! Each toolbar tool just calls a corresponding private method. I would be...

@flopail check our latest readme! We have exposed `scaleBy()`, `rotateBy()` and `setCorner()` (this is basically what distort is) so far. Working towards the rest.. a lot of code updates and...

@saadsaifse I just tested with an SVG, and works as expected for me. Is it possible you're setting your own CSS transform properties anywhere? Also if you check the `bounds`...

@jywarren hey just wanted to provide a status update here! Working on this and hoping to open a pull request tonight. Thank you

@jywarren I updated this issue a little please feel free to revert it if you think it shouldn't be updated that way

Class is called `L.DistortableCollection`. The Leaflet way of doing this is `this.eachLayer(function(layer) { .... });`. Not entirely convenient so I can save create quick PR for accessor function. Going to...