Skip to content

Commit 4bc1beb

Browse files
committed
sld: fix #8567
1 parent a0bea5b commit 4bc1beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology-ng/qgssymbollayerv2utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ void QgsSymbolLayerV2Utils::fillToSld( QDomDocument &doc, QDomElement &element,
15201520
QColor borderColor = !patternName.startsWith( "brush://" ) ? color : QColor();
15211521

15221522
/* Use WellKnownName tag to handle QT brush styles. */
1523-
wellKnownMarkerToSld( doc, graphicFillElem, patternName, fillColor, borderColor );
1523+
wellKnownMarkerToSld( doc, graphicElem, patternName, fillColor, borderColor );
15241524
}
15251525

15261526
bool QgsSymbolLayerV2Utils::fillFromSld( QDomElement &element, Qt::BrushStyle &brushStyle, QColor &color )

0 commit comments

Comments
 (0)