It’s time for part 2 – grouping and transforming SVG paths. A short reminder: in first part I have showed you how to create simple SVG shapes if you have a raster image. We went through some of the path syntax mysteries and ended up with all the simple shapes ready to merge into letters. […]
Recent Posts
No Time To Die – Part 1
Post date September 24, 2020Yesterday I watched a trailer for the new James Bond movie – “No time to die” and I loved the animation at the end, so I decided to recreate it with web technologies. In this part one I will show you how to reproduce this kind of SVG shapes. Let’s go! Assumptions Original image we’ll […]
WordPress-like action handling in javascript
Post date September 21, 2020I really like the concept of events in javascript. How they can be dispatched and handled, how they bubble and how custom events can have additional details. However, at some point I needed to control the order, in which the handlers got executed. And I could not get it done with events, so I decided to implements a mini wodrpress-like system to handle that case.
Hello world!
Post date September 12, 2020I love those words. How they scream from the screen telling you, that you have just run your first program and it worked. So now you’re a programmer. Now you know how to tell the machine to do something for you. Wow! That’s awesome!