mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
bug 16389 fix error in sld export about stroke color
This commit is contained in:
parent
88c3b51f7e
commit
cf7acdf5f8
@ -344,7 +344,7 @@ void QgsSimpleFillSymbolLayer::toSld( QDomDocument &doc, QDomElement &element, c
|
||||
QDomElement strokeElem = doc.createElement( QStringLiteral( "se:Stroke" ) );
|
||||
symbolizerElem.appendChild( strokeElem );
|
||||
double strokeWidth = QgsSymbolLayerUtils::rescaleUom( mStrokeWidth, mStrokeWidthUnit, props );
|
||||
QgsSymbolLayerUtils::lineToSld( doc, strokeElem, mStrokeStyle, strokeWidth, strokeWidth, &mPenJoinStyle );
|
||||
QgsSymbolLayerUtils::lineToSld( doc, strokeElem, mStrokeStyle, mStrokeColor, strokeWidth, &mPenJoinStyle );
|
||||
}
|
||||
|
||||
// <se:Displacement>
|
||||
|
Loading…
x
Reference in New Issue
Block a user