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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user