Tag Archives: SVG

Browser rant: IE won’t cooperate.

Me: Hey, Internet Explorer, can you load an SVG for me?
IE: A what?
Me: Create an EMBED element with the source ‘/data/kitten.svg’
IE: Ok.
Me: Now append it to the sidebar.
IE: Put what where?
Me: *sigh* Create an EMBED element with the source ‘/data/kitten.svg’ as a variable called ‘e’
IE: Ok.
Me: Put the element represented by the variable ‘e’ at [...]

VKitty Development Diary: Clothing and cats

A while ago, I posted a picture of Sir Soybean in a red shirt.  Now, I’ve decided that that shirt model was too ugly, and since the cat system is being redone (so all the rendering is client-side), the model was completely worthless.
As the cat modeling splits into two different models, Kat and I must [...]

VKitty cats vectorized

VKitty’s architecture was wonderful, with all the security on the server side and the user interface on the client side.  There was only one big problem with the architecture: the cats were static images.
Now, I’ve redesigned the entire system, with the same cats still existing, but with better graphics, and more places to add on [...]