[webkit-help] webkit vs webkit 2 , svg functionality

Saba Taseer stehseen at hotmail.com
Sat Apr 23 12:31:42 PDT 2011


Hi Everyone,
I am new to webkit and trying to understand its api and processes. I have been experimenting with winlaumcher and mini browser projects on windows. I tried to load an svg circle from winlauncher and I was able to trace a call to svg circle element :: create function. Then I moved to mini browser. I wrote the circle code in a file and wrote its url in the minibrowser window. I couldnot trace a call to svg circle elelent :: create function. The code in the svg file was :
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg"> 	<circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red"/></svg>
I am confused now and want to know what is the main difference between the two projects. One idea is that minibrowser is using webkit2 instead of webkit. Even if that is the case, I think svg call should still be there if the main difference between webkit2 and webkit is only of the processes.
I would be glad if some one would clear this issue.

Regards,
Saba Taseer

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110423/34a8bd77/attachment.html>


More information about the webkit-help mailing list