Skip to content

Commit f07462b

Browse files
committed
Spelling
1 parent cea155f commit f07462b

File tree

2 files changed

+18
-24
lines changed

2 files changed

+18
-24
lines changed

python/core/auto_generated/symbology/qgsfillsymbollayer.sip.in

+8-12
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,6 @@ Sets the stroke width map unit ``scale``.
702702

703703
.. seealso:: :py:func:`strokeWidthMapUnitScale`
704704

705-
.. seealso:: :py:func:`setStrokeWidth`
706-
707705
.. seealso:: :py:func:`setStrokeWidthUnit`
708706
%End
709707

@@ -713,8 +711,6 @@ Returns the stroke width map unit scale.
713711

714712
.. seealso:: :py:func:`setStrokeWidthMapUnitScale`
715713

716-
.. seealso:: :py:func:`strokeWidth`
717-
718714
.. seealso:: :py:func:`strokeWidthUnit`
719715

720716
.. versionadded:: 2.16
@@ -1135,8 +1131,8 @@ Units are retrieved by patternWidthUnit()
11351131
%Docstring
11361132
Sets the fill color used for rendering the SVG content.
11371133

1138-
Fill color is only supported for parameterized SVG files. Color opacity is
1139-
ignored if the SVG file does not support parameterized fill opacity.
1134+
Fill color is only supported for parametrized SVG files. Color opacity is
1135+
ignored if the SVG file does not support parametrized fill opacity.
11401136

11411137
.. seealso:: :py:func:`svgFillColor`
11421138

@@ -1147,7 +1143,7 @@ ignored if the SVG file does not support parameterized fill opacity.
11471143
%Docstring
11481144
Returns the fill color used for rendering the SVG content.
11491145

1150-
Fill color is only supported for parameterized SVG files.
1146+
Fill color is only supported for parametrized SVG files.
11511147

11521148
.. seealso:: :py:func:`setSvgFillColor`
11531149

@@ -1158,8 +1154,8 @@ Fill color is only supported for parameterized SVG files.
11581154
%Docstring
11591155
Sets the stroke color used for rendering the SVG content.
11601156

1161-
Stroke color is only supported for parameterized SVG files. Color opacity is
1162-
ignored if the SVG file does not support parameterized outline opacity.
1157+
Stroke color is only supported for parametrized SVG files. Color opacity is
1158+
ignored if the SVG file does not support parametrized outline opacity.
11631159

11641160
.. seealso:: :py:func:`svgStrokeColor`
11651161

@@ -1170,7 +1166,7 @@ ignored if the SVG file does not support parameterized outline opacity.
11701166
%Docstring
11711167
Returns the stroke color used for rendering the SVG content.
11721168

1173-
Stroke color is only supported for parameterized SVG files.
1169+
Stroke color is only supported for parametrized SVG files.
11741170

11751171
.. seealso:: :py:func:`setSvgStrokeColor`
11761172

@@ -1181,7 +1177,7 @@ Stroke color is only supported for parameterized SVG files.
11811177
%Docstring
11821178
Sets the stroke width used for rendering the SVG content.
11831179

1184-
Stroke width is only supported for parameterized SVG files. Units are
1180+
Stroke width is only supported for parametrized SVG files. Units are
11851181
specified via setSvgStrokeWidthUnit()
11861182

11871183
.. seealso:: :py:func:`svgStrokeWidth`
@@ -1195,7 +1191,7 @@ specified via setSvgStrokeWidthUnit()
11951191
%Docstring
11961192
Returns the stroke width used for rendering the SVG content.
11971193

1198-
Stroke width is only supported for parameterized SVG files. Units are
1194+
Stroke width is only supported for parametrized SVG files. Units are
11991195
retrieved via setSvgStrokeWidthUnit()
12001196

12011197
.. seealso:: :py:func:`setSvgStrokeWidth`

src/core/symbology/qgsfillsymbollayer.h

+10-12
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ class CORE_EXPORT QgsImageFillSymbolLayer: public QgsFillSymbolLayer
654654
* Sets the stroke width map unit \a scale.
655655
*
656656
* \see strokeWidthMapUnitScale()
657-
* \see setStrokeWidth()
658657
* \see setStrokeWidthUnit()
659658
*/
660659
void setStrokeWidthMapUnitScale( const QgsMapUnitScale &scale ) { mStrokeWidthMapUnitScale = scale; }
@@ -663,7 +662,6 @@ class CORE_EXPORT QgsImageFillSymbolLayer: public QgsFillSymbolLayer
663662
* Returns the stroke width map unit scale.
664663
*
665664
* \see setStrokeWidthMapUnitScale()
666-
* \see strokeWidth()
667665
* \see strokeWidthUnit()
668666
*
669667
* \since QGIS 2.16
@@ -999,7 +997,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
999997
*
1000998
* \see patternWidth()
1001999
* \see setPatternWidthUnit()
1002-
* \see setPatternWidthMapUnitScale(*)
1000+
* \see setPatternWidthMapUnitScale()
10031001
*/
10041002
void setPatternWidth( double width ) { mPatternWidth = width;}
10051003

@@ -1010,15 +1008,15 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10101008
*
10111009
* \see setPatternWidth()
10121010
* \see patternWidthUnit()
1013-
* \see patternWidthMapUnitScale(*)
1011+
* \see patternWidthMapUnitScale()
10141012
*/
10151013
double patternWidth() const { return mPatternWidth; }
10161014

10171015
/**
10181016
* Sets the fill color used for rendering the SVG content.
10191017
*
1020-
* Fill color is only supported for parameterized SVG files. Color opacity is
1021-
* ignored if the SVG file does not support parameterized fill opacity.
1018+
* Fill color is only supported for parametrized SVG files. Color opacity is
1019+
* ignored if the SVG file does not support parametrized fill opacity.
10221020
*
10231021
* \see svgFillColor()
10241022
* \see setSvgStrokeColor()
@@ -1028,7 +1026,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10281026
/**
10291027
* Returns the fill color used for rendering the SVG content.
10301028
*
1031-
* Fill color is only supported for parameterized SVG files.
1029+
* Fill color is only supported for parametrized SVG files.
10321030
*
10331031
* \see setSvgFillColor()
10341032
* \see svgStrokeColor()
@@ -1038,8 +1036,8 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10381036
/**
10391037
* Sets the stroke color used for rendering the SVG content.
10401038
*
1041-
* Stroke color is only supported for parameterized SVG files. Color opacity is
1042-
* ignored if the SVG file does not support parameterized outline opacity.
1039+
* Stroke color is only supported for parametrized SVG files. Color opacity is
1040+
* ignored if the SVG file does not support parametrized outline opacity.
10431041
*
10441042
* \see svgStrokeColor()
10451043
* \see setSvgFillColor()
@@ -1049,7 +1047,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10491047
/**
10501048
* Returns the stroke color used for rendering the SVG content.
10511049
*
1052-
* Stroke color is only supported for parameterized SVG files.
1050+
* Stroke color is only supported for parametrized SVG files.
10531051
*
10541052
* \see setSvgStrokeColor()
10551053
* \see svgFillColor()
@@ -1059,7 +1057,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10591057
/**
10601058
* Sets the stroke width used for rendering the SVG content.
10611059
*
1062-
* Stroke width is only supported for parameterized SVG files. Units are
1060+
* Stroke width is only supported for parametrized SVG files. Units are
10631061
* specified via setSvgStrokeWidthUnit()
10641062
*
10651063
* \see svgStrokeWidth()
@@ -1071,7 +1069,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10711069
/**
10721070
* Returns the stroke width used for rendering the SVG content.
10731071
*
1074-
* Stroke width is only supported for parameterized SVG files. Units are
1072+
* Stroke width is only supported for parametrized SVG files. Units are
10751073
* retrieved via setSvgStrokeWidthUnit()
10761074
*
10771075
* \see setSvgStrokeWidth()

0 commit comments

Comments
 (0)