Alex Lockwood

Results 130 comments of Alex Lockwood

Yeah... something like that. Or maybe I would create a separate account and store all of the demos there (and then link to the account's list of projects whenever I...

Yeah, that's along the lines of what I had in mind. :) There is a [slack channel](https://join.slack.com/t/shapeshifterdesign/shared_invite/enQtNDAwODY5NjI2NTE4LTAyZTE3ZmYxNGUxMmViY2UwNDJjZWYyYzhhNTQzYmVkYmVmNTA0NmEyY2MwMmFiOTllODI5YzZmNDQwOTE1MGU) called "#showcase" that you can join if you wanna follow the progress on...

I plan to eventually! I will have to learn more about the gif file format first! :)

Thank you for the PR! I'm a bit busy at the moment but I'll set up a reminder to take a look at this and re-deploy the update in a...

Thanks for the suggestions! It is something I am working on. Actually you can see a sneak preview at https://beta.shapeshifter.design (but it is not finished and is likely buggy). I...

I think there were some other people who also didn't know how to delete layers using the keyboard. I renamed this bug and will try to find a way to...

Ahh, I see. Thanks for the suggestion! By any chance do you know if this is possible to do in popular design tools (i.e. Sketch, Illustrator, etc.)? I've mainly been...

BTW... this is totally unrelated, but if you like the transform tool, you might like this: https://bl.ocks.org/mbostock/10571478 (It has most of the math I've been using to implement it :P)

See the replies in this thread: https://twitter.com/dimsuz/status/890534095272509441 TLDR - Don't think there is a way to fix this perfectly, but I think I can at least make it work in...

A workaround for now is to avoid using the `opacity` attr for SVG . Use `fill-opacity` or `stroke-opacity` instead.