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

                                          
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to