mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
draw shape/arrow/nodes/paper symbols This commit removes some more instances where changes in the canvas affect compositions. Previously the symbols drawn in shape/arrow/etc items were using the scale from the canvas. This meant that the appearance of these items in composer would change depending on canvas zoom if they used symbols with map unit sizes. Now they take their map scale from the composition's reference map. While this has the nice side effect that now map units can be used in the appearance of these items and they're guaranteed to match up with the reference map item, the main intention here is to remove more of the forced links between compositions (core) and the main canvas (app).