patch_sld_stroke_color.patch

Patch to fix this issue - Gabriele Monfardini, 2017-03-29 02:29 AM

Download (823 Bytes)

View differences:

src/core/symbology-ng/qgsfillsymbollayer.cpp
344 344
    QDomElement strokeElem = doc.createElement( QStringLiteral( "se:Stroke" ) );
345 345
    symbolizerElem.appendChild( strokeElem );
346 346
    double strokeWidth = QgsSymbolLayerUtils::rescaleUom( mStrokeWidth, mStrokeWidthUnit, props );
347
    QgsSymbolLayerUtils::lineToSld( doc, strokeElem, mStrokeStyle, strokeWidth, strokeWidth, &mPenJoinStyle );
347
    QgsSymbolLayerUtils::lineToSld( doc, strokeElem, mStrokeStyle, mStrokeColor, strokeWidth, &mPenJoinStyle );
348 348
  }
349 349

  
350 350
  // <se:Displacement>