We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3cf75d8 commit 6da1899Copy full SHA for 6da1899
src/core/symbology-ng/qgsellipsesymbollayerv2.cpp
@@ -379,6 +379,9 @@ QgsEllipseSymbolLayerV2* QgsEllipseSymbolLayerV2::clone() const
379
m->setSymbolHeightMapUnitScale( mSymbolHeightMapUnitScale );
380
m->setOutlineWidthUnit( mOutlineWidthUnit );
381
m->setOutlineWidthMapUnitScale( mOutlineWidthMapUnitScale );
382
+ m->setAngle( mAngle );
383
+ m->setHorizontalAnchorPoint( mHorizontalAnchorPoint );
384
+ m->setVerticalAnchorPoint( mVerticalAnchorPoint );
385
386
copyDataDefinedProperties( m );
387
copyPaintEffect( m );
0 commit comments