We had a KSVG meeting last week, I made a small report here:
rwlbuis's blog
Macbook Pro arrived
Submitted by rwlbuis on Mon, 04/10/2006 - 07:39. PersonalOn friday, after a lot of anticipation, my Macbook Pro finally arrived 
It was a reward for contributing to webkit(http://webkit.opendarwin.org/blog/?p=44).
It is the first Apple computer I own, using one or two for work is not the same:)
After playing around with it, it is clear that it is a very nice machine. A lot of
other laptops look clunky and big next to it, especially my old (windows) laptops. One
of the things I like most right now is the media centre and being able to use the remote,
that is obviously something really nice to demonstrate 
Unfortunately there seem some issues with the Macbooks, some small, some really bad. My
machine behaves fine so far. So once again, a big thank you to Apple! I am starting to
contribute back by fixing four (svg) bugs over the weekend, well isn't that what open
source is about? 
(X)HTML+SVG
Submitted by rwlbuis on Fri, 02/24/2006 - 13:33. DevelopmentJust a short note that I have experimented with svg embedded inline in xhtml. Taking the code
from webkit+svg, I did a prototype bundling khtml2 and ksvg2 on top of kdom, and making sure
the svg elements use render objects this time. I also used just one backend, which uses the qt4 painter.
Even though I did not get to implement all features (markers, text), it clearly shows that
inlining of svg in xhtml is very possible!
Here are examples of rendering of xhtml+svg docs:
http://www.xs4all.nl/~rwlbuis/simpleCDF.png
http://www.xs4all.nl/~rwlbuis/simpleCDF2.png
Cheers,
Rob.
Holidays and KOffice
Submitted by rwlbuis on Tue, 12/20/2005 - 08:54. DevelopmentWell, holidays have started, and it is about time since the last months of work
were very busy. Now I am taking a small break from ksvg2 hacking to work again
on KOffice and Karbon, fixing bugs and small annoying problems. I think I'll
wait with large redesigns/ui changes until after the next release though.
One thing I noticed when fixing a problem with eps/Adobe illustrator import
is just how nice developing on these filters is. I mean, when done right, every
change in the code gives a different, hopefully improved visual result, so in
this sense filter development is easy. Also when you use an app like gs you
can check what the eps file really should look like. So if you are looking
for a nice, small project to work on, please contact me!
SVG Open 2005
Submitted by rwlbuis on Fri, 08/19/2005 - 08:18. PersonalAgain a long time since last blog...
This week, monday until thursday, there was SVG Open in Enchede, the Netherlands. I got
an invitation to be part of the svg implementators panel by the organising team. I took
a long time deciding to go, but had I known it would be this much fun, I would have
visited more days, not just the final day!
What KHTML2 is about
Submitted by rwlbuis on Mon, 07/04/2005 - 03:40. DevelopmentI realize now my previous blog about khtml2 lacked explanation and introduction, sorry
for this :| The idea is *not* that WildFox and myself can do better than khtml on the html front.
In fact we know more about svg than html. So the idea is *not* to add new functionality to khtml,
but keep the functionality like it is.
So what is it? Basically an experiment to get khtml running on top of kdom, which is an independent
dom library. The cool things about kdom are explained here.
KHTML2 progress
Submitted by rwlbuis on Sun, 07/03/2005 - 16:01. DevelopmentI promised to report on the khtml2 progress, on behalf of WildFox, since he didn't find the time
to report himself, having to go on a well deserved holiday 
Basically a lot of code is "ported", and Niko started on a lot of RenderObject related code.
A productive hacking day
Submitted by rwlbuis on Sun, 05/15/2005 - 23:39. PersonalI am not always the optimistic kind, but "today was a good day".
A lot of code was added to ksvg2 and kdom that I can feel content with.
It is never a good feeling to leave code lying there that you know is
Also blogging
Submitted by rwlbuis on Sat, 05/14/2005 - 22:19. PersonalWell, I decide to give blogging a go 
There are so many interesting things going on right now (qt4, kdom stuff)
that this may be the best time to start. Hopefully this way we ksvg devs can also improve
