5 Dec
2009
5 Dec
'09
10:50 p.m.
Hi all,
Who knows what determines the rendering order of the different markers? See https://bugs.edge.launchpad.net/inkscape/+bug/478157. Currently, endmarkers are drawn beneath midmarkers, although the code calls sp_marker_show_instance last for endmarkers. Perhaps this has to do with the 'key' that is passed to sp_marker_show_instance? (determines the layer?)
Have a look at sp_shape_update_marker_view in sp-shape.cpp.
Thanks, Johan