Hi all,
I am Koearn.
I am poor english.
Now, I have a problem with SVG.
Recently, I make map service for web that use SVG programing.
look under the image!
<img src="http://211.62.35.56/test.jpg <http://211.62.35.56/test.jpg> ">
there are drawn with SVG.
letf polygon is drawn first.
later, right ploygon ...
I want to modify polygon.
I clicked the resizing menu.
later, I clicked right polygon.
then the right polygon is changed modifaible mode.
It's OK.
but I clicked left polygon, then occur nothing!
I think that width and height of SVG are too big.
look under the code that create a svg object.
FreeMapGraphicsFF.prototype.init = function(parent){
this.svg = document.createElementNS("http://www.w3.org/2000/svg
<http://www.w3.org/2000/svg> ", "svg");
this.svg.setAttribute("version", "1.1");
this.svg.setAttribute("x", 0);
this.svg.setAttribute("y", 0);
this.svg.setAttribute("width", "3000");
this.svg.setAttribute("height", "3000");
parent.appendChild(this.svg);
return this.svg;
};
first polygon is drawn 3000,3000.
and then I make a new SVG object that width and height are 3000,3000.
and, later polygon is drawn there.
therefore I think that later polygon is drawn over the first polygon of
SVG.
so,the first polygon is under the later polygon.
I want a answer. help me please.
and so sorry for my english.
[Non-text portions of this message have been removed]
------------------------------------
-----
To unsubscribe send a message to: [email protected]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[email protected]
mailto:[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/