SVG renderer draws features in the upperleft corner of the map pane when coordinate outside range. r=tschaub (closes #1360)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6380 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -155,9 +155,9 @@
|
||||
|
||||
r.drawCircle(node, geometry, "blah_4000");
|
||||
|
||||
t.eq(node.getAttributeNS(null, 'cx'), '2', "cx is correct");
|
||||
t.eq(node.getAttributeNS(null, 'cy'), '-4', "cy is correct");
|
||||
t.eq(node.getAttributeNS(null, 'r'), '3', "r is correct");
|
||||
t.eq(node.getAttributeNS(null, 'cx'), '', "cx is correct");
|
||||
t.eq(node.getAttributeNS(null, 'cy'), '', "cy is correct");
|
||||
t.eq(node.getAttributeNS(null, 'r'), '0', "r is correct");
|
||||
}
|
||||
|
||||
function test_SVG_drawlinestring(t) {
|
||||
|
||||
Reference in New Issue
Block a user