Skip to content

Commit

Permalink
sld: fix #8567
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Sep 3, 2013
1 parent a0bea5b commit 4bc1beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgssymbollayerv2utils.cpp
Expand Up @@ -1520,7 +1520,7 @@ void QgsSymbolLayerV2Utils::fillToSld( QDomDocument &doc, QDomElement &element,
QColor borderColor = !patternName.startsWith( "brush://" ) ? color : QColor();

/* Use WellKnownName tag to handle QT brush styles. */
wellKnownMarkerToSld( doc, graphicFillElem, patternName, fillColor, borderColor );
wellKnownMarkerToSld( doc, graphicElem, patternName, fillColor, borderColor );
}

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

0 comments on commit 4bc1beb

Please sign in to comment.