Mercurial > hg > digilib
changeset 1414:840004733070
fixed bug in measure tool where linegrid could not be drawn
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.measure.js Wed Oct 21 14:09:59 2015 +0200 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.measure.js Thu Oct 22 11:01:19 2015 +0200 @@ -1393,7 +1393,7 @@ shape.properties.maxvtx = 2; }, 'svg' : function (shape) { - var $s = factory['Line'](shape); + var $s = factory['Line'].svg(shape); var place = $s.place; var gridID = shape.id + '-grid'; var props = shape.properties;