We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a477a8 commit 0976086Copy full SHA for 0976086
1 file changed
plotpy/tests/tools/test_get_rectangle_with_svg.py
@@ -23,7 +23,7 @@ class SVGToolExample(RectangularShapeTool):
23
"""Tool to select a rectangular area and create a pattern from it"""
24
25
TITLE = "Pattern selection tool"
26
- ICON = "pattern.svg"
+ ICON = "your_icon.svg"
27
AVOID_NULL_SHAPE = True
28
SVG_FNAME = get_path("svg_tool.svg")
29
0 commit comments