fixed rotation center for non-square symbols in non-defs mode (Webkit). r=bartvde (closes #2499)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10136 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-03-20 21:50:39 +00:00
parent 35168dc219
commit 7632e54a4d
2 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -412,7 +412,7 @@
var points = polygon.getAttribute("points");
t.eq(points.replace(/ /g,''), "0,00,11,11,00,0", "Square symbol rendered correctly");
t.ok(r.symbolSize["-square"], "Symbol size cached correctly.");
t.ok(r.symbolMetrics["-square"], "Symbol metrics cached correctly.");
}
function test_svg_dashstyle(t) {