Date:
Cat:
Tags:
Several days ago I wrote about finally solving the text in SVG problem. The key is to convert your font file to base64 data stream and include it in the SVG. Read More
Date:
Cat:
Tags:
Last week I attempted another SVG logo conversion, and failed. This was because the logo used Palatino Tinotype, a font that appears to be safe but isn’t. Read More
Date:
Cat:
Tags:
My third attempt at conversion to SVG is a logo with text. It took nearly 4 hours, because it’s got 16 different SVG elements (without counting the linear gradients. Read More
Date:
Cat:
Tags:
Less than two weeks ago I submitted a feature request to CodePen.io, for the ability to embed a ‘pen as an `SVG` image. Read More
Date:
Cat:
Tags:
My logo is extreme simple. It has two shapes and is all straight lines. Because of this simplicity, I had no trouble converting it to `SVG`. Read More
Date:
Cat:
Tags:
Over the past few days, I’ve been exploring the `SVG` image format, and I converted my own logo, with great results. Read More
Date:
Cat:
Tags:
When coming up with a logo, I took inspiration from the first letter of my name: A. After many variations, I came up with a symbol which resembles an A, but is distinct. Read More
Date:
Cat:
Tags:
I reported my first bug with WordPress today. During testing of my WordPress plugins for WP 4.0 compatibility, Admin Classic Borders worked perfectly but I found an odd occurrence with Featured Galleries. Read More
Date:
Cat:
Tags:
One thing I follow pretty closely is the Wordpress Design blog. Currently, WP uses PNG rastor icons, but theses are being replaced by a vector icon font. Read More
So for a long while I’ve wanted to be able to dynamically update CSS. This is especially useful in creating a dynamic Wordpress theme framework. Read More