summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2023-02-08 14:39:25 -0500
committerLex Neva <github.com@lexneva.name>2023-02-20 15:27:55 -0500
commit9ea61ef3f33b76f199843fff82d1d624903aa11d (patch)
tree2265b757d505ac3c66541d6c33b65aff714fa6a7
parent8dde33d867afce7ea4aa212dfce60e9e526bbc1c (diff)
remove buffer concept
-rw-r--r--lib/elements/fill_stitch.py5
-rw-r--r--lib/stitches/meander_fill.py2
-rw-r--r--lib/svg/tags.py1
-rw-r--r--lib/tiles.py21
-rw-r--r--tiles/N3-11a.svg135
-rw-r--r--tiles/N3-12.svg125
-rw-r--r--tiles/N3-16a.svg125
-rw-r--r--tiles/N3-17.svg90
-rw-r--r--tiles/N3-18-modified.svg150
-rw-r--r--tiles/N3-18.svg150
-rw-r--r--tiles/N3-20.svg160
-rw-r--r--tiles/N3-21.svg225
-rw-r--r--tiles/N3-23b.svg165
-rw-r--r--tiles/N3-25c.svg165
-rw-r--r--tiles/N3-26b.svg170
-rw-r--r--tiles/N3-27.svg172
-rw-r--r--tiles/N3-2a.svg150
-rw-r--r--tiles/N3-2b.svg150
-rw-r--r--tiles/N3-30a.svg245
-rw-r--r--tiles/N3-4a.svg80
-rw-r--r--tiles/N3-4b.svg85
-rw-r--r--tiles/N3-51b.svg325
-rw-r--r--tiles/N3-57f.svg295
-rw-r--r--tiles/N3-58b.svg225
-rw-r--r--tiles/N3-6.svg100
-rw-r--r--tiles/N3-7.svg125
-rw-r--r--tiles/N3-8a-mistake.svg70
-rw-r--r--tiles/N3-8a.svg86
-rw-r--r--tiles/N3-8b.svg125
-rw-r--r--tiles/N4-13b-awesome.svg160
-rw-r--r--tiles/N4-13c-awesome.svg152
-rw-r--r--tiles/N4-13d-awesome.svg242
-rw-r--r--tiles/N4-13e-awesome.svg190
-rw-r--r--tiles/N4-13f-awesome.svg165
-rw-r--r--tiles/N4-16a-awesome.svg210
-rw-r--r--tiles/N4-19.svg185
-rw-r--r--tiles/N4-20.svg245
-rw-r--r--tiles/N4-21c.svg165
-rw-r--r--tiles/N4-22-awesome.svg175
-rw-r--r--tiles/N4-23a.svg255
-rw-r--r--tiles/N4-23c.svg175
-rw-r--r--tiles/N4-27.svg210
-rw-r--r--tiles/N4-29e.svg140
-rw-r--r--tiles/N4-29f.svg175
-rw-r--r--tiles/N4-31-awesome.svg120
-rw-r--r--tiles/N4-38.svg270
-rw-r--r--tiles/N4-42e.svg145
-rw-r--r--tiles/N4-44.svg195
-rw-r--r--tiles/N4-52.svg195
-rw-r--r--tiles/N4-54d.svg190
-rw-r--r--tiles/N4-5a-2.svg115
-rw-r--r--tiles/N4-5a.svg170
-rw-r--r--tiles/N4-82.svg150
-rw-r--r--tiles/N4-85d.svg215
-rw-r--r--tiles/N5-1e1.svg172
-rw-r--r--tiles/N5-1q2-awesome.svg120
-rw-r--r--tiles/N5-1t.svg110
-rw-r--r--tiles/N6-2.svg205
-rw-r--r--tiles/N6-5b.svg270
-rw-r--r--tiles/N6-6a.svg270
-rw-r--r--tiles/N6-6c.svg400
-rw-r--r--tiles/NC5-11a.svg145
-rw-r--r--tiles/NC5-20a.svg125
-rw-r--r--tiles/P3-1.svg100
-rw-r--r--tiles/P3-12.svg110
-rw-r--r--tiles/P4-1.svg105
-rw-r--r--tiles/P4-10.svg160
-rw-r--r--tiles/P4-15.svg170
-rw-r--r--tiles/P4-19.svg91
-rw-r--r--tiles/P4-23.svg165
-rw-r--r--tiles/P4-24.svg165
-rw-r--r--tiles/P4-25.svg165
-rw-r--r--tiles/P4-42.svg110
-rw-r--r--tiles/P4-43-mod.svg120
-rw-r--r--tiles/P4-43.svg85
-rw-r--r--tiles/P4-47.svg100
-rw-r--r--tiles/P5-10_11-awesome.svg115
-rw-r--r--tiles/P5-19.svg125
-rw-r--r--tiles/P5-23_24.svg105
-rw-r--r--tiles/P5-4.svg100
-rw-r--r--tiles/P6-6_11.svg110
-rw-r--r--tiles/diamond_square.svg134
-rw-r--r--tiles/hex_N6-1.svg60
-rw-r--r--tiles/hexagon.svg140
-rw-r--r--tiles/log36084
-rw-r--r--tiles/tile_test4.svg58
-rw-r--r--tiles/weird_one.svg141
87 files changed, 2350 insertions, 46816 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index 8de169e0..7c214798 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -171,11 +171,6 @@ class FillStitch(EmbroideryElement):
return self.get_split_float_param('meander_scale_percent', (100, 100)) / 100
@property
- @param('meander_padding_mm', _('Meander padding'), type='float', unit="mm", default=0, select_items=[('fill_method', 4)], sort_index=5)
- def meander_padding(self):
- return self.get_float_param('meander_padding_mm', 0)
-
- @property
@param('angle',
_('Angle of lines of stitches'),
tooltip=_('The angle increases in a counter-clockwise direction. 0 is horizontal. Negative angles are allowed.'),
diff --git a/lib/stitches/meander_fill.py b/lib/stitches/meander_fill.py
index 5f399158..ca3b7d69 100644
--- a/lib/stitches/meander_fill.py
+++ b/lib/stitches/meander_fill.py
@@ -22,7 +22,7 @@ def meander_fill(fill, shape, shape_index, starting_point, ending_point):
debug.log(f"tile name: {tile.name}")
debug.log_line_strings(lambda: ensure_geometry_collection(shape.boundary).geoms, 'Meander shape')
- graph = tile.to_graph(shape, fill.meander_scale, fill.meander_padding)
+ graph = tile.to_graph(shape, fill.meander_scale)
debug.log_graph(graph, 'Meander graph')
debug.log(lambda: f"graph connected? {nx.is_connected(graph)}")
start, end = find_starting_and_ending_nodes(graph, shape, starting_point, ending_point)
diff --git a/lib/svg/tags.py b/lib/svg/tags.py
index 32744d1b..5a7d31c2 100644
--- a/lib/svg/tags.py
+++ b/lib/svg/tags.py
@@ -71,7 +71,6 @@ inkstitch_attribs = [
'reverse',
'meander_pattern',
'meander_scale_percent',
- 'meander_padding_mm',
'expand_mm',
'fill_underlay',
'fill_underlay_angle',
diff --git a/lib/tiles.py b/lib/tiles.py
index 5d33d946..9986183b 100644
--- a/lib/tiles.py
+++ b/lib/tiles.py
@@ -24,7 +24,6 @@ class Tile:
self.tile = None
self.width = None
self.height = None
- self.buffer_size = None
self.shift0 = None
self.shift1 = None
@@ -39,7 +38,6 @@ class Tile:
def _load(self):
self._load_paths(self.tile_svg)
self._load_dimensions(self.tile_svg)
- self._load_buffer_size(self.tile_svg)
self._load_parallelogram(self.tile_svg)
def _load_paths(self, tile_svg):
@@ -52,13 +50,6 @@ class Tile:
self.width = svg_element.viewport_width
self.height = svg_element.viewport_height
- def _load_buffer_size(self, tile_svg):
- circle_elements = tile_svg.findall('.//svg:circle', namespaces=inkex.NSS)
- if circle_elements:
- self.buffer_size = circle_elements[0].radius
- else:
- self.buffer_size = 0
-
def _load_parallelogram(self, tile_svg):
parallelogram_elements = tile_svg.findall(".//svg:*[@class='para']", namespaces=inkex.NSS)
if parallelogram_elements:
@@ -114,7 +105,7 @@ class Tile:
self.tile = scaled_tile
@debug.time
- def to_graph(self, shape, scale, buffer=None):
+ def to_graph(self, shape, scale):
"""Apply this tile to a shape, repeating as necessary.
Return value:
@@ -128,15 +119,7 @@ class Tile:
shape_center, shape_width, shape_height = self._get_center_and_dimensions(shape)
shape_diagonal = Point(shape_width, shape_height).length()
-
- if not buffer:
- average_scale = (x_scale + y_scale) / 2
- buffer = self.buffer_size * average_scale
-
- contracted_shape = shape.buffer(-buffer)
- prepared_shape = prep(contracted_shape)
-
- # debug.log_line_string(contracted_shape.exterior, "contracted shape")
+ prepared_shape = prep(shape)
return self._generate_graph(prepared_shape, shape_center, shape_diagonal)
diff --git a/tiles/N3-11a.svg b/tiles/N3-11a.svg
index efe8565f..33e25d33 100644
--- a/tiles/N3-11a.svg
+++ b/tiles/N3-11a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="31.922428"
- height="25.147964"
- viewBox="0 0 31.922428 25.147964"
- version="1.1"
- id="svg44"
- sodipodi:docname="N3-11a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs48" />
- <sodipodi:namedview
- id="namedview46"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="31.922428" height="25.147964" viewBox="0 0 31.922428 25.147964" version="1.1" id="svg44" sodipodi:docname="N3-11a.svg">
+ <defs id="defs48"/>
+ <sodipodi:namedview id="namedview46" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,88 +11,23 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="39.173412,40.586728 28.610192,75.474675 97.853038,96.439722 108.41626,61.551775 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-11.444077,-16.234691)" />
- <path
- d="m 15.961213,11.170599 h 2.539082"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 18.500295,11.170599 H 28.540241"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 28.540241,11.170599 18.073857,4.1930088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 15.961213,2.7845798 V 11.170599"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 15.961213,11.170599 H 3.3821852"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 3.3821852,11.170599 15.961213,2.7845798"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 3.3821852,2.7845798 H 15.961213"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 3.3821852,11.170599 V 2.7845798"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 1.2695412,9.7621688 0.793754,0.5291702"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 2.0632952,10.291339 1.31889,0.87926"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 31.079323,11.170599 H 28.540241"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 3.3821852,11.170599 8.3537398,5.56916"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 13.848569,18.148188 -0.793755,-0.52917"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 13.054814,17.619018 11.735925,16.739759"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 24.314953,25.125777 18.500295,11.170599"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 18.500295,11.170599 -4.651726,6.977589"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 28.966679,18.148188 18.500295,11.170599"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 24.314953,25.125777 4.651726,-6.977589"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <circle
- cx="15.96121"
- cy="11.170599"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle42" />
-</svg>
+ <polygon class="para" points="39.173412,40.586728 28.610192,75.474675 97.853038,96.439722 108.41626,61.551775 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-11.444077,-16.234691)"/>
+ <path d="m 15.961213,11.170599 h 2.539082" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 18.500295,11.170599 H 28.540241" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 28.540241,11.170599 18.073857,4.1930088" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 15.961213,2.7845798 V 11.170599" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 15.961213,11.170599 H 3.3821852" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 3.3821852,11.170599 15.961213,2.7845798" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 3.3821852,2.7845798 H 15.961213" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 3.3821852,11.170599 V 2.7845798" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 1.2695412,9.7621688 0.793754,0.5291702" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 2.0632952,10.291339 1.31889,0.87926" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 31.079323,11.170599 H 28.540241" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 3.3821852,11.170599 8.3537398,5.56916" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 13.848569,18.148188 -0.793755,-0.52917" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 13.054814,17.619018 11.735925,16.739759" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 24.314953,25.125777 18.500295,11.170599" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 18.500295,11.170599 -4.651726,6.977589" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 28.966679,18.148188 18.500295,11.170599" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 24.314953,25.125777 4.651726,-6.977589" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-12.svg b/tiles/N3-12.svg
index b465a219..fb2bab94 100644
--- a/tiles/N3-12.svg
+++ b/tiles/N3-12.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="25.254175"
- height="50.588352"
- viewBox="0 0 25.254175 50.588352"
- version="1.1"
- id="svg40"
- sodipodi:docname="N3-12.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs44" />
- <sodipodi:namedview
- id="namedview42"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="25.254175" height="50.588352" viewBox="0 0 25.254175 50.588352" version="1.1" id="svg40" sodipodi:docname="N3-12.svg">
+ <defs id="defs44"/>
+ <sodipodi:namedview id="namedview42" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,80 +11,21 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="66.746125,19.394546 66.746125,145.66542 98.313844,145.66542 98.313844,19.394546 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-20.384906,-7.717818)" />
- <path
- d="M 12.627087,25.294175 H 25.254175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 20.940565,12.667088 12.627087,25.294175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 17.152439,12.667088 H 8.313478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 8.313478,12.667088 4.313609,12.627087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 12.838829,0.04 4.31361,12.627088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 20.940565,37.921263 12.627087,25.294175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 17.152439,37.921263 H 8.313478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 8.313478,37.921263 12.627087,25.294175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 12.838829,50.548351 4.31361,-12.627088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 12.838829,50.548351 H 0.211742"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 12.838829,0.04 H 0.211742"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 0,25.294175 H 12.627087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 8.313478,12.667088 H 4.525351"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 12.838829,0.04 4.525351,12.667088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 8.313478,37.921263 H 4.525351"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 12.838829,50.548351 4.525351,37.921263"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <circle
- cx="12.627087"
- cy="25.294174"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle38" />
-</svg>
+ <polygon class="para" points="66.746125,19.394546 66.746125,145.66542 98.313844,145.66542 98.313844,19.394546 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-20.384906,-7.717818)"/>
+ <path d="M 12.627087,25.294175 H 25.254175" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 20.940565,12.667088 12.627087,25.294175" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 17.152439,12.667088 H 8.313478" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 8.313478,12.667088 4.313609,12.627087" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 12.838829,0.04 4.31361,12.627088" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 20.940565,37.921263 12.627087,25.294175" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 17.152439,37.921263 H 8.313478" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 8.313478,37.921263 12.627087,25.294175" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 12.838829,50.548351 4.31361,-12.627088" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 12.838829,50.548351 H 0.211742" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 12.838829,0.04 H 0.211742" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 0,25.294175 H 12.627087" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 8.313478,12.667088 H 4.525351" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 12.838829,0.04 4.525351,12.667088" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 8.313478,37.921263 H 4.525351" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 12.838829,50.548351 4.525351,37.921263" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-16a.svg b/tiles/N3-16a.svg
index 16842bc7..64d7a2c8 100644
--- a/tiles/N3-16a.svg
+++ b/tiles/N3-16a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="34.050388"
- height="36.015934"
- viewBox="0 0 34.050388 36.015934"
- version="1.1"
- id="svg40"
- sodipodi:docname="N3-16a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs44" />
- <sodipodi:namedview
- id="namedview42"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="34.050388" height="36.015934" viewBox="0 0 34.050388 36.015934" version="1.1" id="svg40" sodipodi:docname="N3-16a.svg">
+ <defs id="defs44"/>
+ <sodipodi:namedview id="namedview42" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,80 +11,21 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="78.462251,51.720893 50.115794,100.8184 106.80871,133.55007 135.15516,84.452562 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-20.011677,-20.688357)" />
- <path
- d="M 17.042515,16.365835 H 28.381096"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 28.381096,16.365835 20.822042,3.2731678"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 20.822042,3.2731678 17.042515,16.365835"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 17.042515,3.2731678 H 9.48346"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 9.48346,3.2731678 5.669291,9.8195002"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 15.152751,13.092668 1.889764,3.273167"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 28.381096,16.365835 h 3.77953"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 22.711806,26.18534 20.822042,22.91217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 20.822042,22.91217 17.042515,16.365835"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 32.160626,16.365835 -9.44882,9.819505"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 5.703932,22.91217 0.03464102,13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 20.822042,22.91217 H 9.48346"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 17.042515,36.00484 20.822042,22.91217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 9.48346,22.91217 H 5.703932"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 15.152751,13.092668 H 0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 15.152751,13.092668 5.703932,22.91217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <circle
- cx="17.042513"
- cy="16.365839"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle38" />
-</svg>
+ <polygon class="para" points="78.462251,51.720893 50.115794,100.8184 106.80871,133.55007 135.15516,84.452562 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-20.011677,-20.688357)"/>
+ <path d="M 17.042515,16.365835 H 28.381096" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 28.381096,16.365835 20.822042,3.2731678" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 20.822042,3.2731678 17.042515,16.365835" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 17.042515,3.2731678 H 9.48346" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 9.48346,3.2731678 5.669291,9.8195002" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 15.152751,13.092668 1.889764,3.273167" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 28.381096,16.365835 h 3.77953" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 22.711806,26.18534 20.822042,22.91217" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 20.822042,22.91217 17.042515,16.365835" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 32.160626,16.365835 -9.44882,9.819505" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 5.703932,22.91217 0.03464102,13.092668" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 20.822042,22.91217 H 9.48346" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 17.042515,36.00484 20.822042,22.91217" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 9.48346,22.91217 H 5.703932" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 15.152751,13.092668 H 0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 15.152751,13.092668 5.703932,22.91217" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-17.svg b/tiles/N3-17.svg
index 1150875b..71b571c2 100644
--- a/tiles/N3-17.svg
+++ b/tiles/N3-17.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="23.061552"
- height="23.083738"
- viewBox="0 0 23.061552 23.083738"
- version="1.1"
- id="svg26"
- sodipodi:docname="N3-17.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs30" />
- <sodipodi:namedview
- id="namedview28"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="23.061552" height="23.083738" viewBox="0 0 23.061552 23.083738" version="1.1" id="svg26" sodipodi:docname="N3-17.svg">
+ <defs id="defs30"/>
+ <sodipodi:namedview id="namedview28" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,52 +11,14 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="63.271963,42.306916 42.306916,63.271963 73.754486,94.719533 94.719533,73.754486 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-16.922766,-14.804074)" />
- <path
- d="m 10.482524,12.601216 h 4.19301"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 14.675534,12.601216 h 8.386018"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 10.482524,4.215198 v 8.386018"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 10.482524,0.02218801 2.0965056,12.601216"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 2.0965056,12.601216 H 10.482524"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 2.0965056,8.408207 v 4.193009"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 6.2895146,20.987235 H 14.675534"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 14.675534,20.987235 2.0965056,12.601216"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 14.675534,20.987235 V 12.601216"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <circle
- cx="10.482522"
- cy="12.601213"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle24" />
-</svg>
+ <polygon class="para" points="63.271963,42.306916 42.306916,63.271963 73.754486,94.719533 94.719533,73.754486 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-16.922766,-14.804074)"/>
+ <path d="m 10.482524,12.601216 h 4.19301" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 14.675534,12.601216 h 8.386018" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 10.482524,4.215198 v 8.386018" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 10.482524,0.02218801 2.0965056,12.601216" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 2.0965056,12.601216 H 10.482524" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 2.0965056,8.408207 v 4.193009" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 6.2895146,20.987235 H 14.675534" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 14.675534,20.987235 2.0965056,12.601216" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 14.675534,20.987235 V 12.601216" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-18-modified.svg b/tiles/N3-18-modified.svg
index 6bf917d7..6fd21056 100644
--- a/tiles/N3-18-modified.svg
+++ b/tiles/N3-18-modified.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="48.34219"
- height="44.009502"
- viewBox="0 0 48.34219 44.009502"
- version="1.1"
- id="svg50"
- sodipodi:docname="N3-18-modified.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs54" />
- <sodipodi:namedview
- id="namedview52"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="48.34219" height="44.009502" viewBox="0 0 48.34219 44.009502" version="1.1" id="svg50" sodipodi:docname="N3-18-modified.svg">
+ <defs id="defs54"/>
+ <sodipodi:namedview id="namedview52" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,100 +11,26 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="39.451055,77.726556 127.15177,149.594 154.49826,116.22276 66.797541,44.355308 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-13.457116,-15.828098)" />
- <path
- d="M 25.332747,22.961764 H 35.10564"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 32.43027,9.6132649 25.332747,22.961764"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 33.1851,32.544087 1.92054,-9.582323"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 25.332747,22.961764 H 21.491675"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 21.491675,22.961764 33.1851,32.544087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 33.1851,32.544087 H 46.79907"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 46.79907,32.544087 35.10564,22.961764"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 46.04423,28.777917 0.75484,3.76617"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 22.657377,9.6132649 2.67537,13.3484991"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 10.963948,0.03093886 22.657377,9.6132649"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 13.639318,13.379438 22.657377,9.6132649"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 25.332747,22.961764 13.639318,13.379438"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 13.639318,13.379438 11.718782,3.7971119"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 13.639318,13.379438 H 0.02535324"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 35.10564,42.126417 11.69343,-9.58233"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 24.167045,36.310267 21.491675,22.961764"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 33.1851,32.544087 -9.018055,3.76618"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 33.1851,32.544087 1.92054,9.58233"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 21.491675,22.961764 H 11.718782"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 13.639318,13.379438 -1.920536,9.582326"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 0.02535324,13.379438 11.718782,22.961764"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <circle
- cx="25.332748"
- cy="22.961765"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle48" />
-</svg>
+ <polygon class="para" points="39.451055,77.726556 127.15177,149.594 154.49826,116.22276 66.797541,44.355308 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-13.457116,-15.828098)"/>
+ <path d="M 25.332747,22.961764 H 35.10564" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 32.43027,9.6132649 25.332747,22.961764" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 33.1851,32.544087 1.92054,-9.582323" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 25.332747,22.961764 H 21.491675" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 21.491675,22.961764 33.1851,32.544087" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 33.1851,32.544087 H 46.79907" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 46.79907,32.544087 35.10564,22.961764" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 46.04423,28.777917 0.75484,3.76617" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 22.657377,9.6132649 2.67537,13.3484991" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 10.963948,0.03093886 22.657377,9.6132649" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 13.639318,13.379438 22.657377,9.6132649" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 25.332747,22.961764 13.639318,13.379438" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 13.639318,13.379438 11.718782,3.7971119" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 13.639318,13.379438 H 0.02535324" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 35.10564,42.126417 11.69343,-9.58233" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 24.167045,36.310267 21.491675,22.961764" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 33.1851,32.544087 -9.018055,3.76618" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 33.1851,32.544087 1.92054,9.58233" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 21.491675,22.961764 H 11.718782" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 13.639318,13.379438 -1.920536,9.582326" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 0.02535324,13.379438 11.718782,22.961764" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-18.svg b/tiles/N3-18.svg
index cb34f88b..453e8600 100644
--- a/tiles/N3-18.svg
+++ b/tiles/N3-18.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="49.147415"
- height="40.220436"
- viewBox="0 0 49.147415 40.220436"
- version="1.1"
- id="svg50"
- sodipodi:docname="N3-18.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs54" />
- <sodipodi:namedview
- id="namedview52"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="49.147415" height="40.220436" viewBox="0 0 49.147415 40.220436" version="1.1" id="svg50" sodipodi:docname="N3-18.svg">
+ <defs id="defs54"/>
+ <sodipodi:namedview id="namedview52" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,100 +11,26 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="36.302068,80.183518 124.62884,138.27695 147.45417,103.57272 59.127399,45.479288 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-9.8342536,-15.090344)" />
- <path
- d="m 26.916993,21.660903 h 8.435694"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 29.364709,7.7792095 26.916993,21.660903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 32.011479,29.406693 3.341208,-7.74579"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 26.916993,21.660903 H 20.234577"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 20.234577,21.660903 11.776902,7.74579"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 32.011479,29.406693 H 47.129585"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 47.129585,29.406693 35.352687,21.660903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 44.482815,23.270791 2.64677,6.135902"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 20.929015,7.7792095 26.916993,21.660903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 9.1521134,0.03341951 20.929015,7.7792095"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 15.14009,13.915112 20.929015,7.7792095"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 26.916993,21.660903 15.14009,13.915112"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 15.14009,13.915112 11.798882,6.1693215"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 15.14009,13.915112 H 0.02198036"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 35.352687,37.152483 11.776898,-7.74579"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 26.222554,35.542593 20.234577,21.660903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 32.011479,29.406693 -5.788925,6.1359"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 32.011479,29.406693 3.341208,7.74579"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 20.234577,21.660903 H 11.798882"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 15.14009,13.915112 -3.341208,7.745791"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 0.02198036,13.915112 11.798882,21.660903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <circle
- cx="26.916996"
- cy="21.660906"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle48" />
-</svg>
+ <polygon class="para" points="36.302068,80.183518 124.62884,138.27695 147.45417,103.57272 59.127399,45.479288 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-9.8342536,-15.090344)"/>
+ <path d="m 26.916993,21.660903 h 8.435694" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 29.364709,7.7792095 26.916993,21.660903" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 32.011479,29.406693 3.341208,-7.74579" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 26.916993,21.660903 H 20.234577" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 20.234577,21.660903 11.776902,7.74579" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 32.011479,29.406693 H 47.129585" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 47.129585,29.406693 35.352687,21.660903" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 44.482815,23.270791 2.64677,6.135902" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 20.929015,7.7792095 26.916993,21.660903" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 9.1521134,0.03341951 20.929015,7.7792095" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 15.14009,13.915112 20.929015,7.7792095" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 26.916993,21.660903 15.14009,13.915112" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 15.14009,13.915112 11.798882,6.1693215" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 15.14009,13.915112 H 0.02198036" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 35.352687,37.152483 11.776898,-7.74579" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 26.222554,35.542593 20.234577,21.660903" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 32.011479,29.406693 -5.788925,6.1359" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 32.011479,29.406693 3.341208,7.74579" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 20.234577,21.660903 H 11.798882" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 15.14009,13.915112 -3.341208,7.745791" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 0.02198036,13.915112 11.798882,21.660903" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-20.svg b/tiles/N3-20.svg
index ee4b0476..7b941ea9 100644
--- a/tiles/N3-20.svg
+++ b/tiles/N3-20.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="37.026718"
- height="42.499813"
- viewBox="0 0 37.026718 42.499813"
- version="1.1"
- id="svg54"
- sodipodi:docname="N3-20.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs58" />
- <sodipodi:namedview
- id="namedview56"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="37.026718" height="42.499813" viewBox="0 0 37.026718 42.499813" version="1.1" id="svg54" sodipodi:docname="N3-20.svg">
+ <defs id="defs58"/>
+ <sodipodi:namedview id="namedview56" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,108 +11,28 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="56.541909,70.693316 117.5502,155.81141 148.99777,134.84636 87.989479,49.728269 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-22.594576,-19.858026)" />
- <path
- d="m 18.513362,21.249912 h 12.57903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 25.180242,16.805319 -4.64376,3.095843"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 20.536482,19.901162 -2.02312,1.34875"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 31.092392,29.635932 -12.57903,-8.38602"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 25.180242,16.805319 H 12.601216"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 12.601216,16.805319 v 8.386023"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 12.601216,25.191342 5.912146,-3.94143"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 12.601216,16.805319 V 8.419301"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 12.601216,8.419301 12.579026,8.386018"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 0.02218801,8.419301 H 12.601216"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 12.601216,16.805319 0.02218801,8.419301"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 0.02218801,16.805319 H 12.601216"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 37.004532,34.080522 -5.91214,3.94142"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 31.092392,38.021942 -6.66689,4.44459"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 12.601216,8.419301 V 0.03328201"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 12.601216,0.03328201 6.689073,3.974711"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 6.689073,3.974711 0.02218801,8.419301"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 18.513362,29.635932 v -8.38602"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 18.513362,29.635932 v 8.38601"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 31.092392,38.021942 H 18.513362"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 18.513362,29.635932 12.57903,8.38601"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 31.092392,29.635932 H 18.513362"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 31.092392,29.635932 v 8.38601"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <circle
- cx="18.513359"
- cy="21.249908"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle52" />
-</svg>
+ <polygon class="para" points="56.541909,70.693316 117.5502,155.81141 148.99777,134.84636 87.989479,49.728269 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-22.594576,-19.858026)"/>
+ <path d="m 18.513362,21.249912 h 12.57903" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 25.180242,16.805319 -4.64376,3.095843" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 20.536482,19.901162 -2.02312,1.34875" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 31.092392,29.635932 -12.57903,-8.38602" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 25.180242,16.805319 H 12.601216" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 12.601216,16.805319 v 8.386023" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 12.601216,25.191342 5.912146,-3.94143" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 12.601216,16.805319 V 8.419301" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 12.601216,8.419301 12.579026,8.386018" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 0.02218801,8.419301 H 12.601216" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 12.601216,16.805319 0.02218801,8.419301" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 0.02218801,16.805319 H 12.601216" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 37.004532,34.080522 -5.91214,3.94142" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 31.092392,38.021942 -6.66689,4.44459" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 12.601216,8.419301 V 0.03328201" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 12.601216,0.03328201 6.689073,3.974711" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 6.689073,3.974711 0.02218801,8.419301" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 18.513362,29.635932 v -8.38602" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 18.513362,29.635932 v 8.38601" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 31.092392,38.021942 H 18.513362" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 18.513362,29.635932 12.57903,8.38601" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 31.092392,29.635932 H 18.513362" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 31.092392,29.635932 v 8.38601" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-21.svg b/tiles/N3-21.svg
index 338155d9..c16863bf 100644
--- a/tiles/N3-21.svg
+++ b/tiles/N3-21.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="27.777363"
- height="43.682224"
- viewBox="0 0 27.777363 43.682224"
- version="1.1"
- id="svg80"
- sodipodi:docname="N3-21.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs84" />
- <sodipodi:namedview
- id="namedview82"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="27.777363" height="43.682224" viewBox="0 0 27.777363 43.682224" version="1.1" id="svg80" sodipodi:docname="N3-21.svg">
+ <defs id="defs84"/>
+ <sodipodi:namedview id="namedview82" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,160 +11,41 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="33.41053,78.122821 33.41053,12.659483 90.103443,45.391152 90.103443,110.85449 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-9.5584979,-2.861682)" />
- <path
- d="m 15.144297,21.841112 h 5.03937"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 20.183667,21.841112 h 5.03937"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 27.742722,17.47689 15.144297,21.841112"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 27.742722,17.47689 H 12.624612"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 12.624612,17.47689 2.519685,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 25.223037,13.112667 12.624612,17.47689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 27.742722,26.205335 -2.519685,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 22.703352,34.93378 2.519685,-4.364223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 25.223037,21.841112 22.703352,34.93378"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 25.223037,21.841112 17.663982,34.93378"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 17.663982,34.93378 h 5.03937"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 20.183667,21.841112 17.663982,34.93378"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 27.742722,43.662225 25.223037,39.298002"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 22.703352,34.93378 2.519685,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 10.104927,30.569557 0.02618614,21.841112"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 10.104927,30.569557 2.5458711,17.47689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 10.104927,30.569557 2.519685,-4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 12.624612,26.205335 2.5458711,17.47689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 15.144297,21.841112 -2.519685,4.364223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 12.624612,34.93378 15.144297,21.841112"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 12.624612,34.93378 20.183667,21.841112"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 14.64036,34.93378 h 3.023622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 2.5458711,8.748445 h 5.039371"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 7.5852421,8.748445 5.0655561,4.384222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 5.0655561,4.384222 2.5458711,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 7.5852421,8.748445 10.104927,4.384222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 7.5852421,8.748445 H 12.624612"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 12.624612,8.748445 h 5.03937"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="m 7.5852421,8.748445 2.5196849,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 10.104927,13.112667 22.703352,8.748445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="m 10.104927,13.112667 h 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="m 10.104927,13.112667 2.519685,4.364223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 7.5852421,8.748445 -2.519686,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 5.0655561,13.112667 15.144297,21.841112"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="M 5.0655561,13.112667 12.624612,26.205335"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="m 5.0655561,13.112667 -0.114531,0.198374"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <circle
- cx="15.144295"
- cy="21.84111"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle78" />
-</svg>
+ <polygon class="para" points="33.41053,78.122821 33.41053,12.659483 90.103443,45.391152 90.103443,110.85449 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-9.5584979,-2.861682)"/>
+ <path d="m 15.144297,21.841112 h 5.03937" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 20.183667,21.841112 h 5.03937" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 27.742722,17.47689 15.144297,21.841112" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 27.742722,17.47689 H 12.624612" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 12.624612,17.47689 2.519685,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 25.223037,13.112667 12.624612,17.47689" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 27.742722,26.205335 -2.519685,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 22.703352,34.93378 2.519685,-4.364223" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 25.223037,21.841112 22.703352,34.93378" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 25.223037,21.841112 17.663982,34.93378" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 17.663982,34.93378 h 5.03937" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 20.183667,21.841112 17.663982,34.93378" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 27.742722,43.662225 25.223037,39.298002" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 22.703352,34.93378 2.519685,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 10.104927,30.569557 0.02618614,21.841112" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 10.104927,30.569557 2.5458711,17.47689" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 10.104927,30.569557 2.519685,-4.364222" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 12.624612,26.205335 2.5458711,17.47689" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 15.144297,21.841112 -2.519685,4.364223" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 12.624612,34.93378 15.144297,21.841112" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 12.624612,34.93378 20.183667,21.841112" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 14.64036,34.93378 h 3.023622" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 2.5458711,8.748445 h 5.039371" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 7.5852421,8.748445 5.0655561,4.384222" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 5.0655561,4.384222 2.5458711,0.02" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 7.5852421,8.748445 10.104927,4.384222" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 7.5852421,8.748445 H 12.624612" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 12.624612,8.748445 h 5.03937" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="m 7.5852421,8.748445 2.5196849,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 10.104927,13.112667 22.703352,8.748445" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="m 10.104927,13.112667 h 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="m 10.104927,13.112667 2.519685,4.364223" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 7.5852421,8.748445 -2.519686,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 5.0655561,13.112667 15.144297,21.841112" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="M 5.0655561,13.112667 12.624612,26.205335" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="m 5.0655561,13.112667 -0.114531,0.198374" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-23b.svg b/tiles/N3-23b.svg
index 3b718cef..96a7c37a 100644
--- a/tiles/N3-23b.svg
+++ b/tiles/N3-23b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="33.928886"
- height="53.985729"
- viewBox="0 0 33.928886 53.985729"
- version="1.1"
- id="svg56"
- sodipodi:docname="N3-23b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="33.928886" height="53.985729" viewBox="0 0 33.928886 53.985729" version="1.1" id="svg56" sodipodi:docname="N3-23b.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="82.682478,135.08763 27.112197,17.820849 56.364126,3.9589707 111.93441,121.22575 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-10.844879,-0.049324)" />
- <path
- d="M 16.964442,27.759996 H 28.665214"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 21.255843,21.697784 16.964442,18.186638"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 16.964442,18.186638 v 9.573358"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 28.665214,27.759996 16.964442,37.333355"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 16.964442,37.333355 V 33.304748"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 16.964442,33.304748 V 27.759996"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 28.665214,37.333355 H 16.964442"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 28.665214,37.333355 16.964442,46.906714"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 16.964442,42.878107 V 37.333355"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 28.665214,46.906714 H 16.964442"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 28.665214,37.333355 v 4.028607"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 28.665214,41.361962 v 5.544752"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 16.964442,46.906714 7.409371,6.062212"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 9.5550712,12.124425 6.4371012,9.573359"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 6.4371012,9.573359 -4.2914,-3.511146"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 2.1457012,21.180323 7.40937,-9.055898"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 2.1457012,21.180323 16.964442,18.186638"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 16.964442,18.186638 -3.11797,-2.551067"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 13.846472,15.635571 9.5550712,12.124425"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 9.5550712,27.242535 16.964442,18.186638"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 16.964442,33.304748 9.5550712,27.242535"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 6.4371012,9.573359 V 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 13.846472,0.517461 6.4371012,9.573359"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 6.4371012,9.573359 21.255843,6.579674"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <circle
- cx="16.964441"
- cy="27.759996"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="82.682478,135.08763 27.112197,17.820849 56.364126,3.9589707 111.93441,121.22575 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-10.844879,-0.049324)"/>
+ <path d="M 16.964442,27.759996 H 28.665214" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 21.255843,21.697784 16.964442,18.186638" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 16.964442,18.186638 v 9.573358" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 28.665214,27.759996 16.964442,37.333355" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 16.964442,37.333355 V 33.304748" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 16.964442,33.304748 V 27.759996" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 28.665214,37.333355 H 16.964442" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 28.665214,37.333355 16.964442,46.906714" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 16.964442,42.878107 V 37.333355" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 28.665214,46.906714 H 16.964442" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 28.665214,37.333355 v 4.028607" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 28.665214,41.361962 v 5.544752" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 16.964442,46.906714 7.409371,6.062212" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 9.5550712,12.124425 6.4371012,9.573359" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 6.4371012,9.573359 -4.2914,-3.511146" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 2.1457012,21.180323 7.40937,-9.055898" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 2.1457012,21.180323 16.964442,18.186638" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 16.964442,18.186638 -3.11797,-2.551067" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 13.846472,15.635571 9.5550712,12.124425" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 9.5550712,27.242535 16.964442,18.186638" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 16.964442,33.304748 9.5550712,27.242535" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 6.4371012,9.573359 V 0" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 13.846472,0.517461 6.4371012,9.573359" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 6.4371012,9.573359 21.255843,6.579674" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-25c.svg b/tiles/N3-25c.svg
index 0b2c3cb9..11912579 100644
--- a/tiles/N3-25c.svg
+++ b/tiles/N3-25c.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="36.498352"
- height="36.498352"
- viewBox="0 0 36.498352 36.498352"
- version="1.1"
- id="svg56"
- sodipodi:docname="N3-25c.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="36.498352" height="36.498352" viewBox="0 0 36.498352 36.498352" version="1.1" id="svg56" sodipodi:docname="N3-25c.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="82.936205,136.3868 45.140929,82.936205 98.591521,45.140929 136.3868,98.591521 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-18.056371,-18.056371)" />
- <path
- d="M 18.249174,18.249174 H 28.939291"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 28.939291,18.249174 21.380237,10.690119"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 21.380237,10.690119 18.249174,7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 18.249174,7.559055 V 18.249174"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 18.249174,18.249174 V 28.939291"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 18.249174,28.939291 7.559055,-7.559054"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 25.808229,21.380237 3.131062,-3.131063"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 18.249174,18.249174 H 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 7.559055,18.249174 7.559055,7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 15.11811,25.808229 3.131064,3.131062"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 18.249174,7.559055 10.690119,15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 10.690119,15.11811 7.559055,18.249174"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 36.498351,10.690119 H 21.380237"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 25.808229,36.498351 V 21.380237"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 0,25.808229 H 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 10.690119,0 V 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 25.808229,21.380237 H 36.498351"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 15.11811,25.808229 V 36.498351"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 10.690119,15.11811 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 21.380237,10.690119 V 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 3.131063,7.559055 7.559056,7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 33.367281,28.939291 25.808229,21.380237"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 28.939291,3.131063 -7.559054,7.559056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 7.559055,33.367281 15.11811,25.808229"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <circle
- cx="18.249174"
- cy="18.249174"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="82.936205,136.3868 45.140929,82.936205 98.591521,45.140929 136.3868,98.591521 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-18.056371,-18.056371)"/>
+ <path d="M 18.249174,18.249174 H 28.939291" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 28.939291,18.249174 21.380237,10.690119" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 21.380237,10.690119 18.249174,7.559055" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 18.249174,7.559055 V 18.249174" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 18.249174,18.249174 V 28.939291" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 18.249174,28.939291 7.559055,-7.559054" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 25.808229,21.380237 3.131062,-3.131063" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 18.249174,18.249174 H 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 7.559055,18.249174 7.559055,7.559055" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 15.11811,25.808229 3.131064,3.131062" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 18.249174,7.559055 10.690119,15.11811" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 10.690119,15.11811 7.559055,18.249174" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 36.498351,10.690119 H 21.380237" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 25.808229,36.498351 V 21.380237" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 0,25.808229 H 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 10.690119,0 V 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 25.808229,21.380237 H 36.498351" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 15.11811,25.808229 V 36.498351" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 10.690119,15.11811 H 0" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 21.380237,10.690119 V 0" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 3.131063,7.559055 7.559056,7.559055" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 33.367281,28.939291 25.808229,21.380237" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 28.939291,3.131063 -7.559054,7.559056" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 7.559055,33.367281 15.11811,25.808229" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-26b.svg b/tiles/N3-26b.svg
index e7b9ef2d..2a972d13 100644
--- a/tiles/N3-26b.svg
+++ b/tiles/N3-26b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="36.699471"
- height="35.59684"
- viewBox="0 0 36.699471 35.59684"
- version="1.1"
- id="svg58"
- sodipodi:docname="N3-26b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs62" />
- <sodipodi:namedview
- id="namedview60"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="36.699471" height="35.59684" viewBox="0 0 36.699471 35.59684" version="1.1" id="svg58" sodipodi:docname="N3-26b.svg">
+ <defs id="defs62"/>
+ <sodipodi:namedview id="namedview60" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,116 +11,30 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="62.652299,39.147754 52.832799,90.171376 85.564468,109.06901 95.383968,58.045391 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-11.293619,-9.95517)" />
- <path
- d="M 18.349735,19.688184 H 31.442402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 30.133135,18.932278 23.586802,15.152751"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 23.586802,15.152751 18.349735,12.129129"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 18.349735,12.129129 v 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 36.679469,7.593696 23.586802,15.152751"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 30.133135,3.814168 23.586802,15.152751"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 30.133135,3.814168 17.040468,11.373223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 17.040468,11.373223 1.309267,0.755906"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 23.586802,0.03464102 17.040468,11.373223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 13.112668,31.782672 19.659001,20.444089"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 19.659001,20.444089 6.566334,28.003144"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 13.112668,16.664562 6.566334,28.003144"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 19.659001,20.444089 18.349735,19.688184"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 18.349735,19.688184 13.112668,16.664562"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 13.112668,16.664562 0.02,24.223617"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 13.112668,16.664562 6.566334,12.885034"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 18.349735,12.129129 H 5.257067"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 32.751669,28.003144 19.659001,35.5622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 26.205335,24.223617 19.659001,35.5622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 26.205335,24.223617 13.112668,31.782672"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 26.205335,24.223617 24.159606,23.042515"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 24.159606,23.042515 19.659001,20.444089"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 17.040468,11.373223 -3.9278,-2.267716"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 13.112668,9.105507 10.494134,7.593696"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 23.586802,0.03464102 10.494134,7.593696"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <circle
- cx="18.349733"
- cy="19.688181"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle56" />
-</svg>
+ <polygon class="para" points="62.652299,39.147754 52.832799,90.171376 85.564468,109.06901 95.383968,58.045391 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-11.293619,-9.95517)"/>
+ <path d="M 18.349735,19.688184 H 31.442402" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 30.133135,18.932278 23.586802,15.152751" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 23.586802,15.152751 18.349735,12.129129" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 18.349735,12.129129 v 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 36.679469,7.593696 23.586802,15.152751" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 30.133135,3.814168 23.586802,15.152751" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 30.133135,3.814168 17.040468,11.373223" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 17.040468,11.373223 1.309267,0.755906" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 23.586802,0.03464102 17.040468,11.373223" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 13.112668,31.782672 19.659001,20.444089" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 19.659001,20.444089 6.566334,28.003144" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 13.112668,16.664562 6.566334,28.003144" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 19.659001,20.444089 18.349735,19.688184" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 18.349735,19.688184 13.112668,16.664562" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 13.112668,16.664562 0.02,24.223617" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 13.112668,16.664562 6.566334,12.885034" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 18.349735,12.129129 H 5.257067" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 32.751669,28.003144 19.659001,35.5622" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 26.205335,24.223617 19.659001,35.5622" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 26.205335,24.223617 13.112668,31.782672" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 26.205335,24.223617 24.159606,23.042515" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 24.159606,23.042515 19.659001,20.444089" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 17.040468,11.373223 -3.9278,-2.267716" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 13.112668,9.105507 10.494134,7.593696" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 23.586802,0.03464102 10.494134,7.593696" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-27.svg b/tiles/N3-27.svg
index a050ac95..920c93cb 100644
--- a/tiles/N3-27.svg
+++ b/tiles/N3-27.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="52.948029"
- height="65.483345"
- viewBox="0 0 52.948029 65.483345"
- version="1.1"
- id="svg104"
- sodipodi:docname="N3-27.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs108" />
- <sodipodi:namedview
- id="namedview106"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="8.6609567"
- inkscape:cx="21.995261"
- inkscape:cy="25.863194"
- inkscape:current-layer="svg104" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="52.948029" height="65.483345" viewBox="0 0 52.948029 65.483345" version="1.1" id="svg104" sodipodi:docname="N3-27.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs108"/>
+ <sodipodi:namedview id="namedview106" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="8.6609567" inkscape:cx="21.995261" inkscape:cy="25.863194" inkscape:current-layer="svg104"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,113 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="30.685825,39.742972 87.378738,137.93798 125.17401,116.11687 68.4811,17.92186 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-8.460161,-0.62241)" />
- <path
- d="M 30.270862,26.185335 22.711807,21.821113"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 22.711807,21.821113 v 8.728445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 30.270862,34.913781 -7.559055,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 22.711807,39.278003 V 30.549558"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 30.270862,43.642226 H 15.152752"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 15.152752,43.642226 7.559055,-4.364223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 30.270862,34.913781 v 8.728445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 30.270862,43.642226 c -2.519685,1.45474 -5.03937,2.909481 -7.559055,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26"
- sodipodi:nodetypes="cc" />
- <path
- d="M 22.711807,13.092668 15.152752,26.185335"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 15.152752,26.185335 7.559055,-4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 22.711807,13.092668 15.152752,17.45689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 15.152752,17.45689 7.593696,21.821113"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 7.593696,21.821113 7.559056,4.364222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 15.152752,17.45689 7.593696,13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 22.711807,48.006448 7.559055,4.364224"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 15.152752,17.45689 V 8.728445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 37.829917,48.006448 V 39.278003"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 37.829917,39.278003 -7.559055,4.364223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="M 37.829917,48.006448 H 22.711807"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="M 22.711807,4.364223 15.152752,17.45689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="M 7.593696,39.278003 H 22.711807"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="M 22.711807,39.278003 15.152752,34.913781"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="M 15.152752,34.913781 22.711807,21.821113"
- style="stroke:#000000;stroke-width:0.08px"
- id="path96" />
- <path
- d="M 15.152752,26.185335 7.593696,30.549558"
- style="stroke:#000000;stroke-width:0.08px"
- id="path98" />
- <circle
- cx="22.711803"
- cy="30.549559"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle102" />
-</svg>
+ <polygon class="para" points="30.685825,39.742972 87.378738,137.93798 125.17401,116.11687 68.4811,17.92186 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-8.460161,-0.62241)"/>
+ <path d="M 30.270862,26.185335 22.711807,21.821113" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 22.711807,21.821113 v 8.728445" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 30.270862,34.913781 -7.559055,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 22.711807,39.278003 V 30.549558" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 30.270862,43.642226 H 15.152752" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 15.152752,43.642226 7.559055,-4.364223" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 30.270862,34.913781 v 8.728445" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 30.270862,43.642226 c -2.519685,1.45474 -5.03937,2.909481 -7.559055,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path26" sodipodi:nodetypes="cc"/>
+ <path d="M 22.711807,13.092668 15.152752,26.185335" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 15.152752,26.185335 7.559055,-4.364222" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 22.711807,13.092668 15.152752,17.45689" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 15.152752,17.45689 7.593696,21.821113" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 7.593696,21.821113 7.559056,4.364222" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 15.152752,17.45689 7.593696,13.092668" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 22.711807,48.006448 7.559055,4.364224" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 15.152752,17.45689 V 8.728445" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 37.829917,48.006448 V 39.278003" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 37.829917,39.278003 -7.559055,4.364223" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="M 37.829917,48.006448 H 22.711807" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="M 22.711807,4.364223 15.152752,17.45689" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="M 7.593696,39.278003 H 22.711807" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="M 22.711807,39.278003 15.152752,34.913781" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="M 15.152752,34.913781 22.711807,21.821113" style="stroke:#000000;stroke-width:0.08px" id="path96"/>
+ <path d="M 15.152752,26.185335 7.593696,30.549558" style="stroke:#000000;stroke-width:0.08px" id="path98"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-2a.svg b/tiles/N3-2a.svg
index c35b17ac..4a953cb7 100644
--- a/tiles/N3-2a.svg
+++ b/tiles/N3-2a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="30.256222"
- height="39.312645"
- viewBox="0 0 30.256222 39.312645"
- version="1.1"
- id="svg50"
- sodipodi:docname="N3-2a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs54" />
- <sodipodi:namedview
- id="namedview52"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="30.256222" height="39.312645" viewBox="0 0 30.256222 39.312645" version="1.1" id="svg50" sodipodi:docname="N3-2a.svg">
+ <defs id="defs54"/>
+ <sodipodi:namedview id="namedview52" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,100 +11,26 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="45.761927,57.742549 45.761927,123.20589 102.45484,90.474218 102.45484,25.01088 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-14.525243,-9.969711)" />
- <path
- d="m 15.118111,19.673643 h 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 22.677166,19.673643 18.897638,13.127309"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 18.897638,13.127309 15.118111,6.580975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 15.118111,6.580975 V 19.673643"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 7.559055,6.580975 7.559056,13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 7.559055,19.673643 h 7.559056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 7.559055,6.580975 V 19.673643"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 3.779528,13.127309 3.779527,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 3.779528,26.219977 7.559055,19.673643"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 0,32.76631 H 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 7.559055,32.76631 h 7.559056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 15.118111,32.76631 3.779528,26.219977"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 15.118111,32.76631 3.779527,-6.546333"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 18.897638,26.219977 H 3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 18.897638,26.219977 7.559055,19.673643"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 18.897638,26.219977 3.779528,-6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 22.677166,19.673643 3.779527,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 15.118111,6.580975 26.456693,0.03464101"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 18.897638,13.127309 26.456693,0.03464101"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 18.897638,13.127309 30.236221,6.580975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 22.677166,19.673643 3.779527,-6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <circle
- cx="15.11811"
- cy="19.673645"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle48" />
-</svg>
+ <polygon class="para" points="45.761927,57.742549 45.761927,123.20589 102.45484,90.474218 102.45484,25.01088 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-14.525243,-9.969711)"/>
+ <path d="m 15.118111,19.673643 h 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 22.677166,19.673643 18.897638,13.127309" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 18.897638,13.127309 15.118111,6.580975" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 15.118111,6.580975 V 19.673643" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 7.559055,6.580975 7.559056,13.092668" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 7.559055,19.673643 h 7.559056" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 7.559055,6.580975 V 19.673643" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 3.779528,13.127309 3.779527,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 3.779528,26.219977 7.559055,19.673643" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 0,32.76631 H 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 7.559055,32.76631 h 7.559056" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 15.118111,32.76631 3.779528,26.219977" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 15.118111,32.76631 3.779527,-6.546333" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 18.897638,26.219977 H 3.779528" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 18.897638,26.219977 7.559055,19.673643" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 18.897638,26.219977 3.779528,-6.546334" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 22.677166,19.673643 3.779527,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 15.118111,6.580975 26.456693,0.03464101" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 18.897638,13.127309 26.456693,0.03464101" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 18.897638,13.127309 30.236221,6.580975" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 22.677166,19.673643 3.779527,-6.546334" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-2b.svg b/tiles/N3-2b.svg
index f1534ffc..facdff12 100644
--- a/tiles/N3-2b.svg
+++ b/tiles/N3-2b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="30.256222"
- height="39.278004"
- viewBox="0 0 30.256222 39.278004"
- version="1.1"
- id="svg50"
- sodipodi:docname="N3-2b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs54" />
- <sodipodi:namedview
- id="namedview52"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="30.256222" height="39.278004" viewBox="0 0 30.256222 39.278004" version="1.1" id="svg50" sodipodi:docname="N3-2b.svg">
+ <defs id="defs54"/>
+ <sodipodi:namedview id="namedview52" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,100 +11,26 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="45.761927,57.742549 45.761927,123.20589 102.45484,90.474218 102.45484,25.01088 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-14.525243,-10.004352)" />
- <path
- d="m 15.118111,19.639002 h 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 22.677166,19.639002 18.897638,13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 18.897638,13.092668 15.118111,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 15.118111,6.546334 V 19.639002"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 15.118111,19.639002 H 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 7.559055,19.639002 15.118111,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 7.559055,19.639002 V 6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 3.779528,13.092668 3.779527,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 3.779528,26.185335 7.559055,19.639002"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 0,32.731669 H 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 7.559055,32.731669 h 7.559056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 15.118111,32.731669 3.779528,26.185335"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 7.559055,19.639002 7.559056,13.092667"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 18.897638,26.185335 -3.779527,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 7.559055,19.639002 11.338583,6.546333"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 18.897638,26.185335 3.779528,-6.546333"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 22.677166,19.639002 3.779527,6.546333"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 15.118111,32.731669 26.456693,26.185335"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 30.236221,6.546334 H 15.118111"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 30.236221,6.546334 18.897638,13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 22.677166,19.639002 3.779527,-6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <circle
- cx="15.11811"
- cy="19.639002"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle48" />
-</svg>
+ <polygon class="para" points="45.761927,57.742549 45.761927,123.20589 102.45484,90.474218 102.45484,25.01088 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-14.525243,-10.004352)"/>
+ <path d="m 15.118111,19.639002 h 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 22.677166,19.639002 18.897638,13.092668" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 18.897638,13.092668 15.118111,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 15.118111,6.546334 V 19.639002" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 15.118111,19.639002 H 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 7.559055,19.639002 15.118111,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 7.559055,19.639002 V 6.546334" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 3.779528,13.092668 3.779527,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 3.779528,26.185335 7.559055,19.639002" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 0,32.731669 H 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 7.559055,32.731669 h 7.559056" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 15.118111,32.731669 3.779528,26.185335" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 7.559055,19.639002 7.559056,13.092667" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 18.897638,26.185335 -3.779527,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 7.559055,19.639002 11.338583,6.546333" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 18.897638,26.185335 3.779528,-6.546333" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 22.677166,19.639002 3.779527,6.546333" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 15.118111,32.731669 26.456693,26.185335" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 30.236221,6.546334 H 15.118111" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 30.236221,6.546334 18.897638,13.092668" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 22.677166,19.639002 3.779527,-6.546334" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-30a.svg b/tiles/N3-30a.svg
index 3c351ae2..3f96a97e 100644
--- a/tiles/N3-30a.svg
+++ b/tiles/N3-30a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="45.928909"
- height="53.345856"
- viewBox="0 0 45.928909 53.345856"
- version="1.1"
- id="svg88"
- sodipodi:docname="N3-30a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs92" />
- <sodipodi:namedview
- id="namedview90"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="45.928909" height="53.345856" viewBox="0 0 45.928909 53.345856" version="1.1" id="svg88" sodipodi:docname="N3-30a.svg">
+ <defs id="defs92"/>
+ <sodipodi:namedview id="namedview90" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,176 +11,45 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="79.450363,37.957775 40.305256,105.75909 96.998169,138.49076 136.14328,70.689444 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-10.272834,-9.084371)" />
- <path
- d="M 25.016873,26.205335 H 35.455568"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 35.455568,26.205335 27.896513,13.112667"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 27.896513,13.112667 -2.87964,13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 38.335208,13.112667 H 33.655793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 33.655793,13.112667 h -5.75928"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 35.455568,26.205335 2.87964,-13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 35.455568,26.205335 h 4.67942"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 40.134988,26.205335 h 5.75928"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 45.894268,26.205335 38.335208,13.112667"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 27.896513,13.112667 H 23.217098"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 23.217098,13.112667 h -5.75928"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 17.457818,13.112667 5.219347,9.040176"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 22.677165,22.152843 2.270171,3.932051"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 24.947336,26.084894 0.06954,0.120441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 30.236221,35.24551 27.896513,31.193018"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 27.896513,31.193018 -2.87964,-4.987683"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 40.134988,26.205335 30.236221,35.24551"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 40.134988,26.205335 5.21934,9.040175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 45.354328,35.24551 H 30.236221"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 33.115861,40.233196 30.236221,35.24551"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 10.438695,27.140526 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 7.559055,40.233196 2.87964,-13.09267"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 12.23847,40.233196 h 5.75928"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 17.99775,40.233196 12.778403,31.193018"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 12.778403,31.193018 10.438695,27.140526"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 22.677165,40.233196 H 17.99775"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="m 19.797525,53.325856 2.87964,-13.09266"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 30.236221,53.325856 22.677165,40.233196"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 33.115861,40.233196 H 22.677165"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 33.655793,13.112667 28.436445,4.072492"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="m 43.554558,4.072492 -9.898765,9.040175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="m 12.778403,13.112667 h 4.679415"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 23.217098,13.112667 15.658043,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 23.217098,13.112667 26.096738,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="M 17.457818,13.112667 7.559055,22.152843"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 22.677165,22.152843 H 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 10.438695,27.140526 7.559055,22.152843"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="m 22.677165,22.152843 -9.898762,9.040175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="M 27.896513,31.193018 H 12.778403"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="M 27.896513,31.193018 17.99775,40.233196"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <circle
- cx="25.016876"
- cy="26.205336"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle86" />
-</svg>
+ <polygon class="para" points="79.450363,37.957775 40.305256,105.75909 96.998169,138.49076 136.14328,70.689444 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-10.272834,-9.084371)"/>
+ <path d="M 25.016873,26.205335 H 35.455568" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 35.455568,26.205335 27.896513,13.112667" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 27.896513,13.112667 -2.87964,13.092668" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 38.335208,13.112667 H 33.655793" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 33.655793,13.112667 h -5.75928" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 35.455568,26.205335 2.87964,-13.092668" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 35.455568,26.205335 h 4.67942" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 40.134988,26.205335 h 5.75928" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 45.894268,26.205335 38.335208,13.112667" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 27.896513,13.112667 H 23.217098" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 23.217098,13.112667 h -5.75928" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 17.457818,13.112667 5.219347,9.040176" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 22.677165,22.152843 2.270171,3.932051" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 24.947336,26.084894 0.06954,0.120441" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 30.236221,35.24551 27.896513,31.193018" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 27.896513,31.193018 -2.87964,-4.987683" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 40.134988,26.205335 30.236221,35.24551" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 40.134988,26.205335 5.21934,9.040175" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 45.354328,35.24551 H 30.236221" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 33.115861,40.233196 30.236221,35.24551" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 10.438695,27.140526 H 0" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 7.559055,40.233196 2.87964,-13.09267" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 12.23847,40.233196 h 5.75928" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 17.99775,40.233196 12.778403,31.193018" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 12.778403,31.193018 10.438695,27.140526" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 22.677165,40.233196 H 17.99775" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="m 19.797525,53.325856 2.87964,-13.09266" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 30.236221,53.325856 22.677165,40.233196" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 33.115861,40.233196 H 22.677165" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 33.655793,13.112667 28.436445,4.072492" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="m 43.554558,4.072492 -9.898765,9.040175" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="m 12.778403,13.112667 h 4.679415" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 23.217098,13.112667 15.658043,0.02" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 23.217098,13.112667 26.096738,0.02" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="M 17.457818,13.112667 7.559055,22.152843" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 22.677165,22.152843 H 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 10.438695,27.140526 7.559055,22.152843" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="m 22.677165,22.152843 -9.898762,9.040175" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="M 27.896513,31.193018 H 12.778403" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="M 27.896513,31.193018 17.99775,40.233196" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-4a.svg b/tiles/N3-4a.svg
index 4c9b3f76..706a651a 100644
--- a/tiles/N3-4a.svg
+++ b/tiles/N3-4a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="26.476692"
- height="26.205336"
- viewBox="0 0 26.476692 26.205336"
- version="1.1"
- id="svg22"
- sodipodi:docname="N3-4a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs26" />
- <sodipodi:namedview
- id="namedview24"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="26.476692" height="26.205336" viewBox="0 0 26.476692 26.205336" version="1.1" id="svg22" sodipodi:docname="N3-4a.svg">
+ <defs id="defs26"/>
+ <sodipodi:namedview id="namedview24" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,44 +11,12 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="64.659565,57.742549 45.761927,90.474218 83.557202,90.474218 102.45484,57.742549 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-14.505244,-16.530686)" />
- <path
- d="m 15.13811,13.112668 h 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 18.917637,6.566334 15.13811,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 7.579055,0.02 15.13811,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 15.13811,26.205335 V 13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 15.13811,13.112668 -3.779528,6.546333"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 11.358582,19.659001 0.02,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 7.579055,13.112668 H 15.13811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <circle
- cx="15.138107"
- cy="13.112668"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle20" />
-</svg>
+ <polygon class="para" points="64.659565,57.742549 45.761927,90.474218 83.557202,90.474218 102.45484,57.742549 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-14.505244,-16.530686)"/>
+ <path d="m 15.13811,13.112668 h 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 18.917637,6.566334 15.13811,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 7.579055,0.02 15.13811,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 15.13811,26.205335 V 13.112668" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 15.13811,13.112668 -3.779528,6.546333" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 11.358582,19.659001 0.02,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 7.579055,13.112668 H 15.13811" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-4b.svg b/tiles/N3-4b.svg
index e17c1ce6..64cd157e 100644
--- a/tiles/N3-4b.svg
+++ b/tiles/N3-4b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="24.023222"
- height="22.677166"
- viewBox="0 0 24.023222 22.677166"
- version="1.1"
- id="svg24"
- sodipodi:docname="N3-4b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs28" />
- <sodipodi:namedview
- id="namedview26"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="24.023222" height="22.677166" viewBox="0 0 24.023222 22.677166" version="1.1" id="svg24" sodipodi:docname="N3-4b.svg">
+ <defs id="defs28"/>
+ <sodipodi:namedview id="namedview26" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,48 +11,13 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="91.028268,57.226534 58.2966,76.124171 80.117712,113.91945 112.84938,95.021809 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-23.31864,-22.890614)" />
- <path
- d="m 10.910556,11.338582 h 8.728445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 15.274778,3.7795274 10.910556,11.338582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 6.546333,3.7795274 4.364223,7.5590546"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 6.546333,18.897637 V 3.7795274"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 6.546333,3.7795274 2.182111,11.338582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 15.274778,18.897637 H 6.546333"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 10.910556,11.338582 4.364222,7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 24.003222,18.897637 10.910556,11.338582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <circle
- cx="10.910553"
- cy="11.338583"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle22" />
-</svg>
+ <polygon class="para" points="91.028268,57.226534 58.2966,76.124171 80.117712,113.91945 112.84938,95.021809 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-23.31864,-22.890614)"/>
+ <path d="m 10.910556,11.338582 h 8.728445" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 15.274778,3.7795274 10.910556,11.338582" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 6.546333,3.7795274 4.364223,7.5590546" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 6.546333,18.897637 V 3.7795274" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 6.546333,3.7795274 2.182111,11.338582" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 15.274778,18.897637 H 6.546333" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 10.910556,11.338582 4.364222,7.559055" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 24.003222,18.897637 10.910556,11.338582" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-51b.svg b/tiles/N3-51b.svg
index 8fa11907..a54f9ec5 100644
--- a/tiles/N3-51b.svg
+++ b/tiles/N3-51b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="53.50716"
- height="42.817043"
- viewBox="0 0 53.50716 42.817043"
- version="1.1"
- id="svg120"
- sodipodi:docname="N3-51b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs124" />
- <sodipodi:namedview
- id="namedview122"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="53.50716" height="42.817043" viewBox="0 0 53.50716 42.817043" version="1.1" id="svg120" sodipodi:docname="N3-51b.svg">
+ <defs id="defs124"/>
+ <sodipodi:namedview id="namedview122" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,240 +11,61 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="92.490484,79.127836 92.490484,25.677245 12.314597,25.677245 12.314597,79.127836 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,5.7925633,0.44750427)" />
- <path
- d="m 26.75358,21.408521 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 32.098639,21.408521 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 37.443698,21.408521 26.75358,10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 26.75358,10.718402 V 21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 37.443698,10.718402 H 35.662011"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 35.662011,10.718402 H 32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 32.098639,10.718402 H 30.762374"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 30.762374,10.718402 H 26.75358"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 37.443698,21.408521 V 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 37.443698,10.718402 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 42.788757,10.718402 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 48.133816,10.718402 37.443698,21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 26.75358,10.718402 H 21.40852"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 21.40852,10.718402 H 16.063461"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 16.063461,10.718402 26.75358,21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 16.063461,21.408521 H 21.40852"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 21.40852,21.408521 h 5.34506"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 16.063461,10.718402 V 21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 16.063461,21.408521 H 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 10.718402,21.408521 H 5.3733433"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 5.3733433,21.408521 16.063461,10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 32.098639,10.718402 42.788757,0.02828427"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 42.788757,0.02828427 V 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 32.098639,10.718402 V 0.02828427"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 21.40852,0.02828427 32.098639,10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 53.478875,0.02828427 42.788757,10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 5.3733433,32.098639 H 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 10.718402,32.098639 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 16.063461,32.098639 5.3733433,42.788757"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 0.02828427,32.098639 10.718402,21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 10.718402,21.408521 V 32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 21.40852,21.408521 10.718402,32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 21.40852,32.098639 H 16.063461"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 21.40852,21.408521 V 32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 21.40852,32.098639 h 5.34506"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="m 26.75358,32.098639 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 32.098639,32.098639 21.40852,21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="M 37.443698,42.788757 26.75358,32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="M 26.75358,32.098639 V 42.788757"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="M 37.443698,32.098639 H 32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="M 37.443698,42.788757 V 32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="m 37.443698,32.098639 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <path
- d="m 42.788757,32.098639 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="M 16.063461,32.098639 26.75358,42.788757"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="M 16.063461,32.098639 V 42.788757"
- style="stroke:#000000;stroke-width:0.08px"
- id="path94" />
- <path
- d="M 32.098639,32.098639 42.788757,21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path96" />
- <path
- d="M 42.788757,21.408521 V 32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path98" />
- <path
- d="m 37.443698,21.408521 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path100" />
- <path
- d="M 32.098639,32.098639 V 21.408521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path102" />
- <path
- d="m 42.788757,21.408521 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path104" />
- <path
- d="M 53.478875,21.408521 42.788757,32.098639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path106" />
- <path
- d="M 8.0458733,10.718402 H 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path108" />
- <path
- d="m 10.718402,10.718402 h 5.345059"
- style="stroke:#000000;stroke-width:0.08px"
- id="path110" />
- <path
- d="M 10.718402,0.02828427 V 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path112" />
- <path
- d="M 21.40852,0.02828427 10.718402,10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path114" />
- <path
- d="M 21.40852,0.02828427 V 10.718402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path116" />
- <circle
- cx="26.753582"
- cy="21.408522"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle118" />
-</svg>
+ <polygon class="para" points="92.490484,79.127836 92.490484,25.677245 12.314597,25.677245 12.314597,79.127836 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,5.7925633,0.44750427)"/>
+ <path d="m 26.75358,21.408521 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 32.098639,21.408521 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 37.443698,21.408521 26.75358,10.718402" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 26.75358,10.718402 V 21.408521" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 37.443698,10.718402 H 35.662011" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 35.662011,10.718402 H 32.098639" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 32.098639,10.718402 H 30.762374" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 30.762374,10.718402 H 26.75358" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 37.443698,21.408521 V 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 37.443698,10.718402 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 42.788757,10.718402 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 48.133816,10.718402 37.443698,21.408521" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 26.75358,10.718402 H 21.40852" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 21.40852,10.718402 H 16.063461" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 16.063461,10.718402 26.75358,21.408521" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 16.063461,21.408521 H 21.40852" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 21.40852,21.408521 h 5.34506" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 16.063461,10.718402 V 21.408521" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 16.063461,21.408521 H 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 10.718402,21.408521 H 5.3733433" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 5.3733433,21.408521 16.063461,10.718402" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 32.098639,10.718402 42.788757,0.02828427" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 42.788757,0.02828427 V 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 32.098639,10.718402 V 0.02828427" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 21.40852,0.02828427 32.098639,10.718402" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 53.478875,0.02828427 42.788757,10.718402" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 5.3733433,32.098639 H 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 10.718402,32.098639 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 16.063461,32.098639 5.3733433,42.788757" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 0.02828427,32.098639 10.718402,21.408521" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 10.718402,21.408521 V 32.098639" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 21.40852,21.408521 10.718402,32.098639" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 21.40852,32.098639 H 16.063461" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 21.40852,21.408521 V 32.098639" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 21.40852,32.098639 h 5.34506" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="m 26.75358,32.098639 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 32.098639,32.098639 21.40852,21.408521" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="M 37.443698,42.788757 26.75358,32.098639" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="M 26.75358,32.098639 V 42.788757" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="M 37.443698,32.098639 H 32.098639" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="M 37.443698,42.788757 V 32.098639" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="m 37.443698,32.098639 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ <path d="m 42.788757,32.098639 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="M 16.063461,32.098639 26.75358,42.788757" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="M 16.063461,32.098639 V 42.788757" style="stroke:#000000;stroke-width:0.08px" id="path94"/>
+ <path d="M 32.098639,32.098639 42.788757,21.408521" style="stroke:#000000;stroke-width:0.08px" id="path96"/>
+ <path d="M 42.788757,21.408521 V 32.098639" style="stroke:#000000;stroke-width:0.08px" id="path98"/>
+ <path d="m 37.443698,21.408521 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path100"/>
+ <path d="M 32.098639,32.098639 V 21.408521" style="stroke:#000000;stroke-width:0.08px" id="path102"/>
+ <path d="m 42.788757,21.408521 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path104"/>
+ <path d="M 53.478875,21.408521 42.788757,32.098639" style="stroke:#000000;stroke-width:0.08px" id="path106"/>
+ <path d="M 8.0458733,10.718402 H 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path108"/>
+ <path d="m 10.718402,10.718402 h 5.345059" style="stroke:#000000;stroke-width:0.08px" id="path110"/>
+ <path d="M 10.718402,0.02828427 V 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path112"/>
+ <path d="M 21.40852,0.02828427 10.718402,10.718402" style="stroke:#000000;stroke-width:0.08px" id="path114"/>
+ <path d="M 21.40852,0.02828427 V 10.718402" style="stroke:#000000;stroke-width:0.08px" id="path116"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-57f.svg b/tiles/N3-57f.svg
index ffae3638..47f92527 100644
--- a/tiles/N3-57f.svg
+++ b/tiles/N3-57f.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="52.37067"
- height="75.590553"
- viewBox="0 0 52.37067 75.590553"
- version="1.1"
- id="svg108"
- sodipodi:docname="N3-57f.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs112" />
- <sodipodi:namedview
- id="namedview110"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="52.37067" height="75.590553" viewBox="0 0 52.37067 75.590553" version="1.1" id="svg108" sodipodi:docname="N3-57f.svg">
+ <defs id="defs112"/>
+ <sodipodi:namedview id="namedview110" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,216 +11,55 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="74.108384,17.41547 41.376715,74.108384 74.108384,130.8013 106.84005,74.108384 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-3.458018,8.151922)" />
- <path
- d="M 26.185336,37.795276 H 39.278003"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 39.278003,37.795276 32.731669,34.015748"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 32.731669,34.015748 26.185336,30.23622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 26.185336,30.23622 v 7.559056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 32.731669,34.015748 39.278003,22.677165"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 39.278003,22.677165 V 37.795276"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 39.278003,22.677165 26.185336,30.23622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 32.731669,18.897638 26.185336,30.23622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 26.185336,30.23622 V 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 26.185336,15.11811 6.546333,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 39.278003,15.11811 H 26.185336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 39.278003,37.795276 -6.546334,3.779527"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 32.731669,41.574803 -6.546333,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 26.185336,45.354331 V 37.795276"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 32.731669,41.574803 6.546334,11.338583"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 39.278003,52.913386 V 37.795276"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 39.278003,52.913386 26.185336,45.354331"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 32.731669,56.692913 26.185336,45.354331"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 26.185336,45.354331 v 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 26.185336,60.472441 6.546333,-3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 39.278003,60.472441 H 26.185336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 0,37.795276 H 13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 13.092668,37.795276 6.546334,34.015748"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 13.092668,22.677165 V 37.795276"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 13.092668,37.795276 6.546334,41.574803"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 13.092668,52.913386 V 37.795276"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 13.092668,60.472441 H 26.185336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 26.185336,60.472441 19.639002,56.692913"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 19.639002,56.692913 26.185336,45.354331"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 26.185336,45.354331 13.092668,52.913386"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 19.639002,41.574803 13.092668,52.913386"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 26.185336,45.354331 19.639002,41.574803"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 13.092668,37.795276 6.546334,3.779527"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 26.185336,37.795276 H 13.092668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 26.185336,60.472441 -6.546334,3.779531"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 26.185336,75.590552 V 60.472441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="m 39.278003,37.795276 6.546334,-3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="M 52.370672,37.795276 H 39.278003"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="m 26.185336,60.472441 6.546333,3.779531"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="m 39.278003,37.795276 6.546334,3.779527"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="M 26.185336,0 V 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="m 26.185336,15.11811 6.546333,-3.779527"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <path
- d="M 13.092668,15.11811 H 26.185336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="M 26.185336,15.11811 19.639002,11.338583"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="m 26.185336,15.11811 -6.546334,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path94" />
- <path
- d="M 19.639002,18.897638 26.185336,30.23622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path96" />
- <path
- d="M 26.185336,30.23622 13.092668,22.677165"
- style="stroke:#000000;stroke-width:0.08px"
- id="path98" />
- <path
- d="M 19.639002,34.015748 13.092668,22.677165"
- style="stroke:#000000;stroke-width:0.08px"
- id="path100" />
- <path
- d="m 26.185336,30.23622 -6.546334,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path102" />
- <path
- d="m 13.092668,37.795276 6.546334,-3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path104" />
- <circle
- cx="26.185335"
- cy="37.795277"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle106" />
-</svg>
+ <polygon class="para" points="74.108384,17.41547 41.376715,74.108384 74.108384,130.8013 106.84005,74.108384 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-3.458018,8.151922)"/>
+ <path d="M 26.185336,37.795276 H 39.278003" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 39.278003,37.795276 32.731669,34.015748" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 32.731669,34.015748 26.185336,30.23622" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 26.185336,30.23622 v 7.559056" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 32.731669,34.015748 39.278003,22.677165" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 39.278003,22.677165 V 37.795276" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 39.278003,22.677165 26.185336,30.23622" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 32.731669,18.897638 26.185336,30.23622" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 26.185336,30.23622 V 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 26.185336,15.11811 6.546333,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 39.278003,15.11811 H 26.185336" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 39.278003,37.795276 -6.546334,3.779527" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 32.731669,41.574803 -6.546333,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 26.185336,45.354331 V 37.795276" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 32.731669,41.574803 6.546334,11.338583" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 39.278003,52.913386 V 37.795276" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 39.278003,52.913386 26.185336,45.354331" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 32.731669,56.692913 26.185336,45.354331" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 26.185336,45.354331 v 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 26.185336,60.472441 6.546333,-3.779528" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 39.278003,60.472441 H 26.185336" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 0,37.795276 H 13.092668" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 13.092668,37.795276 6.546334,34.015748" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 13.092668,22.677165 V 37.795276" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 13.092668,37.795276 6.546334,41.574803" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 13.092668,52.913386 V 37.795276" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 13.092668,60.472441 H 26.185336" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 26.185336,60.472441 19.639002,56.692913" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 19.639002,56.692913 26.185336,45.354331" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 26.185336,45.354331 13.092668,52.913386" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 19.639002,41.574803 13.092668,52.913386" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 26.185336,45.354331 19.639002,41.574803" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 13.092668,37.795276 6.546334,3.779527" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 26.185336,37.795276 H 13.092668" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 26.185336,60.472441 -6.546334,3.779531" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 26.185336,75.590552 V 60.472441" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="m 39.278003,37.795276 6.546334,-3.779528" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="M 52.370672,37.795276 H 39.278003" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="m 26.185336,60.472441 6.546333,3.779531" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="m 39.278003,37.795276 6.546334,3.779527" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="M 26.185336,0 V 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="m 26.185336,15.11811 6.546333,-3.779527" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ <path d="M 13.092668,15.11811 H 26.185336" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="M 26.185336,15.11811 19.639002,11.338583" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="m 26.185336,15.11811 -6.546334,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path94"/>
+ <path d="M 19.639002,18.897638 26.185336,30.23622" style="stroke:#000000;stroke-width:0.08px" id="path96"/>
+ <path d="M 26.185336,30.23622 13.092668,22.677165" style="stroke:#000000;stroke-width:0.08px" id="path98"/>
+ <path d="M 19.639002,34.015748 13.092668,22.677165" style="stroke:#000000;stroke-width:0.08px" id="path100"/>
+ <path d="m 26.185336,30.23622 -6.546334,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path102"/>
+ <path d="m 13.092668,37.795276 6.546334,-3.779528" style="stroke:#000000;stroke-width:0.08px" id="path104"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-58b.svg b/tiles/N3-58b.svg
index 619d9f48..8c653828 100644
--- a/tiles/N3-58b.svg
+++ b/tiles/N3-58b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="35.706306"
- height="45.614197"
- viewBox="0 0 35.706306 45.614197"
- version="1.1"
- id="svg80"
- sodipodi:docname="N3-58b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs84" />
- <sodipodi:namedview
- id="namedview82"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="35.706306" height="45.614197" viewBox="0 0 35.706306 45.614197" version="1.1" id="svg80" sodipodi:docname="N3-58b.svg">
+ <defs id="defs84"/>
+ <sodipodi:namedview id="namedview82" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,160 +11,41 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="109.761,63.123164 77.365051,109.88269 31.397824,78.035662 63.793775,31.276135 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-11.993924,-8.4523329)" />
- <path
- d="M 22.717031,19.779432 23.796896,6.6867641"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 23.796896,6.6867641 16.237841,19.779432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 16.237841,19.779432 h 6.47919"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 12.998246,14.168289 23.796896,6.6867641"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 16.237841,19.779432 12.998246,14.168289"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 12.998246,14.168289 1.1197296,19.779432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 1.1197296,19.779432 h 6.479191"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 7.5989206,19.779432 H 16.237841"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 10.838516,25.390575 22.717031,19.779432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 7.5989206,19.779432 3.2395954,5.611143"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 10.838516,25.390575 0.03986463,32.872099"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 0.03986463,32.872099 7.5989206,19.779432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 1.1197296,19.779432 0.03986463,32.872099"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 1.1197296,19.779432 10.721773,8.1021881"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 10.721773,8.1021881 2.276473,6.0661009"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 10.721773,8.1021881 4.3301396,7.0406201"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 7.6864766,0.01405405 10.721773,8.1021881"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 14.078111,1.0756211 12.998246,14.168289"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 9.7586506,38.483243 10.838516,25.390575"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 10.838516,25.390575 2.276472,6.066101"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 13.114988,31.456676 3.035296,8.088134"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 19.506621,32.518244 18.426756,45.610908"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 13.114988,31.456676 6.391633,1.061568"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 19.506621,32.518244 3.21041,-12.738812"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 22.717031,19.779432 13.114988,31.456676"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 10.838516,25.390575 3.2794606,38.483243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 12.998246,14.168289 20.557301,1.0756211"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 31.385136,26.9071 19.506621,32.518244"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="m 19.506621,32.518244 h 6.47919"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 19.506621,32.518244 29.108664,20.841"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="m 29.108664,20.841 2.276472,6.0661"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 29.108664,20.841 22.717031,19.779432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 23.796896,6.6867641 2.276472,6.0661009"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 26.073368,12.752865 29.108664,20.841"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 26.073368,12.752865 6.391634,1.061568"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 35.675411,1.0756211 26.073368,12.752865"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <circle
- cx="22.717033"
- cy="19.779436"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle78" />
-</svg>
+ <polygon class="para" points="109.761,63.123164 77.365051,109.88269 31.397824,78.035662 63.793775,31.276135 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-11.993924,-8.4523329)"/>
+ <path d="M 22.717031,19.779432 23.796896,6.6867641" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 23.796896,6.6867641 16.237841,19.779432" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 16.237841,19.779432 h 6.47919" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 12.998246,14.168289 23.796896,6.6867641" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 16.237841,19.779432 12.998246,14.168289" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 12.998246,14.168289 1.1197296,19.779432" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 1.1197296,19.779432 h 6.479191" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 7.5989206,19.779432 H 16.237841" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 10.838516,25.390575 22.717031,19.779432" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 7.5989206,19.779432 3.2395954,5.611143" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 10.838516,25.390575 0.03986463,32.872099" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 0.03986463,32.872099 7.5989206,19.779432" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 1.1197296,19.779432 0.03986463,32.872099" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 1.1197296,19.779432 10.721773,8.1021881" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 10.721773,8.1021881 2.276473,6.0661009" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 10.721773,8.1021881 4.3301396,7.0406201" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 7.6864766,0.01405405 10.721773,8.1021881" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 14.078111,1.0756211 12.998246,14.168289" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 9.7586506,38.483243 10.838516,25.390575" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 10.838516,25.390575 2.276472,6.066101" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 13.114988,31.456676 3.035296,8.088134" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 19.506621,32.518244 18.426756,45.610908" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 13.114988,31.456676 6.391633,1.061568" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 19.506621,32.518244 3.21041,-12.738812" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 22.717031,19.779432 13.114988,31.456676" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 10.838516,25.390575 3.2794606,38.483243" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 12.998246,14.168289 20.557301,1.0756211" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 31.385136,26.9071 19.506621,32.518244" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="m 19.506621,32.518244 h 6.47919" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 19.506621,32.518244 29.108664,20.841" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="m 29.108664,20.841 2.276472,6.0661" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 29.108664,20.841 22.717031,19.779432" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 23.796896,6.6867641 2.276472,6.0661009" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 26.073368,12.752865 29.108664,20.841" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 26.073368,12.752865 6.391634,1.061568" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 35.675411,1.0756211 26.073368,12.752865" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-6.svg b/tiles/N3-6.svg
index 920d8dd0..873f35fb 100644
--- a/tiles/N3-6.svg
+++ b/tiles/N3-6.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="29.527719"
- height="32.609737"
- viewBox="0 0 29.527719 32.609737"
- version="1.1"
- id="svg30"
- sodipodi:docname="N3-6.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs34" />
- <sodipodi:namedview
- id="namedview32"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="29.527719" height="32.609737" viewBox="0 0 29.527719 32.609737" version="1.1" id="svg30" sodipodi:docname="N3-6.svg">
+ <defs id="defs34"/>
+ <sodipodi:namedview id="namedview32" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,60 +11,16 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="72.141791,108.02427 33.437089,49.967222 64.884659,29.002175 103.58936,87.059228 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-11.908024,-11.60087)" />
- <path
- d="M 15.497266,15.804419 H 28.076294"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 28.076294,24.190438 15.497266,15.804419"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 15.497266,15.804419 20.335353,4.193009"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 12.594413,0.967617 2.902853,14.836802"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 15.497266,32.576457 28.076294,24.190438"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 15.497266,24.190438 V 15.804419"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 28.076294,24.190438 H 15.497266"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 15.497266,24.190438 v 8.386019"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 7.7563246,12.579028 7.7409414,3.225391"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 12.594413,0.967617 7.7563246,12.579028"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 7.7563246,12.579028 0.01538462,9.353636"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <circle
- cx="15.497265"
- cy="15.80442"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle28" />
-</svg>
+ <polygon class="para" points="72.141791,108.02427 33.437089,49.967222 64.884659,29.002175 103.58936,87.059228 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-11.908024,-11.60087)"/>
+ <path d="M 15.497266,15.804419 H 28.076294" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 28.076294,24.190438 15.497266,15.804419" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 15.497266,15.804419 20.335353,4.193009" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 12.594413,0.967617 2.902853,14.836802" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 15.497266,32.576457 28.076294,24.190438" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 15.497266,24.190438 V 15.804419" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 28.076294,24.190438 H 15.497266" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 15.497266,24.190438 v 8.386019" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 7.7563246,12.579028 7.7409414,3.225391" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 12.594413,0.967617 7.7563246,12.579028" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 7.7563246,12.579028 0.01538462,9.353636" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-7.svg b/tiles/N3-7.svg
index bcf88862..68c23c52 100644
--- a/tiles/N3-7.svg
+++ b/tiles/N3-7.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="27.079876"
- height="27.079876"
- viewBox="0 0 27.079876 27.079876"
- version="1.1"
- id="svg40"
- sodipodi:docname="N3-7.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs44" />
- <sodipodi:namedview
- id="namedview42"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="27.079876" height="27.079876" viewBox="0 0 27.079876 27.079876" version="1.1" id="svg40" sodipodi:docname="N3-7.svg">
+ <defs id="defs44"/>
+ <sodipodi:namedview id="namedview42" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,80 +11,21 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="66.284553,100.08968 32.479431,66.284553 66.284553,32.479431 100.08968,66.284553 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-12.973883,-12.973883)" />
- <path
- d="m 13.539938,13.539938 h 6.761025"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 20.300963,13.539938 h 6.761024"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 27.061987,13.539938 13.539938,6.7789135"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 13.539938,6.7789135 V 13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 13.539938,13.539938 v 6.761025"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 13.539938,20.300963 v 6.761024"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 13.539938,27.061987 20.300963,13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 13.539938,13.539938 H 6.7789135"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 6.7789135,13.539938 H 0.01788854"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 0.01788854,13.539938 13.539938,20.300963"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 13.539938,6.7789135 V 0.01788854"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 13.539938,0.01788854 6.7789135,13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 27.061987,6.7789135 H 13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 20.300963,27.061987 V 13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 0.01788854,20.300963 H 13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 6.7789135,0.01788854 V 13.539938"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <circle
- cx="13.539938"
- cy="13.539938"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle38" />
-</svg>
+ <polygon class="para" points="66.284553,100.08968 32.479431,66.284553 66.284553,32.479431 100.08968,66.284553 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-12.973883,-12.973883)"/>
+ <path d="m 13.539938,13.539938 h 6.761025" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 20.300963,13.539938 h 6.761024" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 27.061987,13.539938 13.539938,6.7789135" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 13.539938,6.7789135 V 13.539938" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 13.539938,13.539938 v 6.761025" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 13.539938,20.300963 v 6.761024" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 13.539938,27.061987 20.300963,13.539938" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 13.539938,13.539938 H 6.7789135" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 6.7789135,13.539938 H 0.01788854" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 0.01788854,13.539938 13.539938,20.300963" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 13.539938,6.7789135 V 0.01788854" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 13.539938,0.01788854 6.7789135,13.539938" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 27.061987,6.7789135 H 13.539938" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 20.300963,27.061987 V 13.539938" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 0.01788854,20.300963 H 13.539938" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 6.7789135,0.01788854 V 13.539938" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-8a-mistake.svg b/tiles/N3-8a-mistake.svg
index c7e61010..f892d36d 100644
--- a/tiles/N3-8a-mistake.svg
+++ b/tiles/N3-8a-mistake.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="30.236221"
- height="24.188976"
- viewBox="0 0 30.236221 24.188976"
- version="1.1"
- id="svg18"
- sodipodi:docname="N3-8a-mistake.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs22" />
- <sodipodi:namedview
- id="namedview20"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="30.236221" height="24.188976" viewBox="0 0 30.236221 24.188976" version="1.1" id="svg18" sodipodi:docname="N3-8a-mistake.svg">
+ <defs id="defs22"/>
+ <sodipodi:namedview id="namedview20" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,36 +11,10 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="89.901703,112.57887 52.106428,87.382018 74.783593,52.106428 112.57887,77.303278 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-17.818949,-20.842571)" />
- <path
- d="M 15.11811,12.094488 H 30.236221"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 15.11811,2.0157478 V 12.094488"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 15.11811,22.173229 V 12.094488"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 15.11811,12.094488 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 6.047244,16.125984 9.070866,6.047245"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <circle
- cx="15.118114"
- cy="12.094491"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle16" />
-</svg>
+ <polygon class="para" points="89.901703,112.57887 52.106428,87.382018 74.783593,52.106428 112.57887,77.303278 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-17.818949,-20.842571)"/>
+ <path d="M 15.11811,12.094488 H 30.236221" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 15.11811,2.0157478 V 12.094488" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 15.11811,22.173229 V 12.094488" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 15.11811,12.094488 H 0" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 6.047244,16.125984 9.070866,6.047245" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-8a.svg b/tiles/N3-8a.svg
index 1a7e8bf5..c03aef24 100644
--- a/tiles/N3-8a.svg
+++ b/tiles/N3-8a.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="25.180244"
- height="20.868546"
- viewBox="0 0 25.180244 20.868546"
- version="1.1"
- id="svg3519"
- sodipodi:docname="N3-8a.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs3523" />
- <sodipodi:namedview
- id="namedview3521"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="0.95542912"
- inkscape:cx="347.48784"
- inkscape:cy="340.16129"
- inkscape:current-layer="svg3519" />
- <style
- type="text/css"
- id="style3299">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="25.180244" height="20.868546" viewBox="0 0 25.180244 20.868546" version="1.1" id="svg3519" sodipodi:docname="N3-8a.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs3523"/>
+ <sodipodi:namedview id="namedview3521" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="0.95542912" inkscape:cx="347.48784" inkscape:cy="340.16129" inkscape:current-layer="svg3519"/>
+ <style type="text/css" id="style3299">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,44 +11,12 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="64.644673,45.776131 96.092243,66.741177 77.223701,96.092243 45.776131,75.127196 "
- id="polygon3517"
- style="stroke:none"
- transform="matrix(0.4,0,0,0.4,-14.826262,-18.310452)" />
- <path
- d="M 12.579028,9.0948376 H 25.158056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 12.579028,0.7088186 v 8.386019"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 25.158056,9.0948376 12.579028,17.480856"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 12.579028,17.480856 V 9.0948376"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 12.579028,9.0948376 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 5.031611,12.449245 7.547417,5.031611"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 12.579028,17.480856 5.031611,3.354408"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <circle
- cx="12.579023"
- cy="9.0948362"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle20" />
-</svg>
+ <polygon class="para" points="64.644673,45.776131 96.092243,66.741177 77.223701,96.092243 45.776131,75.127196 " id="polygon3517" style="stroke:none" transform="matrix(0.4,0,0,0.4,-14.826262,-18.310452)"/>
+ <path d="M 12.579028,9.0948376 H 25.158056" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 12.579028,0.7088186 v 8.386019" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 25.158056,9.0948376 12.579028,17.480856" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 12.579028,17.480856 V 9.0948376" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 12.579028,9.0948376 H 0" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 5.031611,12.449245 7.547417,5.031611" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 12.579028,17.480856 5.031611,3.354408" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N3-8b.svg b/tiles/N3-8b.svg
index 32c58996..20d11a33 100644
--- a/tiles/N3-8b.svg
+++ b/tiles/N3-8b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="28.091679"
- height="38.074986"
- viewBox="0 0 28.091679 38.074986"
- version="1.1"
- id="svg40"
- sodipodi:docname="N3-8b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs44" />
- <sodipodi:namedview
- id="namedview42"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="28.091679" height="38.074986" viewBox="0 0 28.091679 38.074986" version="1.1" id="svg40" sodipodi:docname="N3-8b.svg">
+ <defs id="defs44"/>
+ <sodipodi:namedview id="namedview42" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,80 +11,21 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="64.884659,108.02427 103.58936,49.967222 72.141791,29.002175 33.437089,87.059228 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-13.35945,-8.3677975)" />
- <path
- d="M 14.04584,19.037492 H 26.624868"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 26.624868,19.037492 -6.289514,-4.19301"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 20.335354,14.844482 14.04584,10.651473"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 14.04584,10.651473 v 8.386019"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 26.624868,19.037492 14.04584,27.423511"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 14.04584,27.423511 V 19.037492"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 14.04584,19.037492 H 1.4668116"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 1.4668116,19.037492 6.289514,4.193009"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 7.7563256,23.230501 6.2895144,4.19301"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 1.4668116,19.037492 14.04584,10.651473"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 20.335354,14.844482 7.74094,-3.225391"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 23.238206,0.00768046 20.335354,14.844482"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 4.8534726,38.067303 7.7563256,23.230501"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 7.7563256,23.230501 0.01538461,26.455893"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 12.594413,34.841912 7.7563256,23.230501"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 15.497266,3.2330725 20.335354,14.844482"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <circle
- cx="14.045836"
- cy="19.037489"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle38" />
-</svg>
+ <polygon class="para" points="64.884659,108.02427 103.58936,49.967222 72.141791,29.002175 33.437089,87.059228 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-13.35945,-8.3677975)"/>
+ <path d="M 14.04584,19.037492 H 26.624868" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 26.624868,19.037492 -6.289514,-4.19301" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 20.335354,14.844482 14.04584,10.651473" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 14.04584,10.651473 v 8.386019" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 26.624868,19.037492 14.04584,27.423511" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 14.04584,27.423511 V 19.037492" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 14.04584,19.037492 H 1.4668116" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 1.4668116,19.037492 6.289514,4.193009" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 7.7563256,23.230501 6.2895144,4.19301" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 1.4668116,19.037492 14.04584,10.651473" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 20.335354,14.844482 7.74094,-3.225391" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 23.238206,0.00768046 20.335354,14.844482" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 4.8534726,38.067303 7.7563256,23.230501" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 7.7563256,23.230501 0.01538461,26.455893" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 12.594413,34.841912 7.7563256,23.230501" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 15.497266,3.2330725 20.335354,14.844482" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-13b-awesome.svg b/tiles/N4-13b-awesome.svg
index 07416119..d8a5020e 100644
--- a/tiles/N4-13b-awesome.svg
+++ b/tiles/N4-13b-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="34.378338"
- height="32.39476"
- viewBox="0 0 34.378338 32.39476"
- version="1.1"
- id="svg54"
- sodipodi:docname="N4-13b-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs58" />
- <sodipodi:namedview
- id="namedview56"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="34.378338" height="32.39476" viewBox="0 0 34.378338 32.39476" version="1.1" id="svg54" sodipodi:docname="N4-13b-awesome.svg">
+ <defs id="defs58"/>
+ <sodipodi:namedview id="namedview56" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,108 +11,28 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="31.413804,9.7338548 -3.0971356,32.741148 -31.413804,-9.7338548 3.0971356,-32.741148 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,18.428023,15.371477)" />
- <path
- d="M 18.428023,15.371477 27.63094,9.2361991"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 23.029481,6.16856 18.428023,9.2361991"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 18.428023,9.2361991 V 15.371477"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 18.428023,15.371477 9.225105,9.2361991"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 9.225105,9.2361991 13.826564,6.16856"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 13.826564,6.16856 4.601459,3.0676391"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 23.029481,0.03328201 13.826564,6.16856"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 28.692815,14.663561 24.091356,17.7312"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 24.091356,17.7312 18.428023,15.371477"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 18.428023,15.371477 20.551773,26.2262"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 20.551773,26.2262 4.601458,-3.067639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 25.153231,23.158561 24.091356,17.7312"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 34.356149,17.023283 -9.202918,6.135278"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 20.551773,26.2262 -9.202917,6.135278"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 4.623647,24.574394 9.202917,-6.135278"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 13.826564,18.439116 9.225105,15.371477"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 9.225105,15.371477 4.623647,18.439116"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 9.225105,9.2361991 0.02218801,15.371477"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 9.225105,15.371477 V 9.2361991"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 18.428023,15.371477 -4.601459,3.067639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 13.826564,18.439116 1.061875,5.427362"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 14.888439,23.866478 -4.601458,3.067639"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 14.888439,23.866478 20.551773,26.2262"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <circle
- cx="18.428022"
- cy="15.371477"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle52" />
-</svg>
+ <polygon class="para" points="31.413804,9.7338548 -3.0971356,32.741148 -31.413804,-9.7338548 3.0971356,-32.741148 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,18.428023,15.371477)"/>
+ <path d="M 18.428023,15.371477 27.63094,9.2361991" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 23.029481,6.16856 18.428023,9.2361991" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 18.428023,9.2361991 V 15.371477" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 18.428023,15.371477 9.225105,9.2361991" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 9.225105,9.2361991 13.826564,6.16856" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 13.826564,6.16856 4.601459,3.0676391" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 23.029481,0.03328201 13.826564,6.16856" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 28.692815,14.663561 24.091356,17.7312" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 24.091356,17.7312 18.428023,15.371477" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 18.428023,15.371477 20.551773,26.2262" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 20.551773,26.2262 4.601458,-3.067639" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 25.153231,23.158561 24.091356,17.7312" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 34.356149,17.023283 -9.202918,6.135278" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 20.551773,26.2262 -9.202917,6.135278" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 4.623647,24.574394 9.202917,-6.135278" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 13.826564,18.439116 9.225105,15.371477" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 9.225105,15.371477 4.623647,18.439116" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 9.225105,9.2361991 0.02218801,15.371477" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 9.225105,15.371477 V 9.2361991" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 18.428023,15.371477 -4.601459,3.067639" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 13.826564,18.439116 1.061875,5.427362" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 14.888439,23.866478 -4.601458,3.067639" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 14.888439,23.866478 20.551773,26.2262" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-13c-awesome.svg b/tiles/N4-13c-awesome.svg
index dd6fe6b4..6eee2afd 100644
--- a/tiles/N4-13c-awesome.svg
+++ b/tiles/N4-13c-awesome.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="35.476974"
- height="34.932159"
- viewBox="0 0 35.476974 34.93216"
- version="1.1"
- id="svg70"
- sodipodi:docname="N4-13c-awesome.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs74" />
- <sodipodi:namedview
- id="namedview72"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="25.190414"
- inkscape:cx="23.87813"
- inkscape:cy="15.124801"
- inkscape:current-layer="svg70" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="35.476974" height="34.932159" viewBox="0 0 35.476974 34.93216" version="1.1" id="svg70" sodipodi:docname="N4-13c-awesome.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs74"/>
+ <sodipodi:namedview id="namedview72" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="25.190414" inkscape:cx="23.87813" inkscape:cy="15.124801" inkscape:current-layer="svg70"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,97 +11,25 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-46.807002,-14.503578 4.6147749,-48.784763 46.807002,14.503578 -4.6147749,48.784763 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.32,0,0,0.32,19.215214,16.481597)" />
- <path
- d="M 19.215214,16.481597 21.95771,14.653265"
- style="stroke:#000000;stroke-width:0.064px"
- id="path6" />
- <path
- d="m 21.95771,14.653265 5.484988,-3.65666"
- style="stroke:#000000;stroke-width:0.064px"
- id="path8" />
- <path
- d="M 19.215214,9.1682749 V 16.481597"
- style="stroke:#000000;stroke-width:0.064px"
- id="path12" />
- <path
- d="M 19.215214,16.481597 8.2452348,9.1682749"
- style="stroke:#000000;stroke-width:0.064px"
- id="path14" />
- <path
- d="M 8.2452348,9.1682749 13.730226,5.5116153"
- style="stroke:#000000;stroke-width:0.064px"
- id="path16" />
- <path
- d="m 13.730226,5.5116153 5.484988,3.6566596"
- style="stroke:#000000;stroke-width:0.064px"
- id="path18" />
- <path
- d="m 16.472718,3.6832853 -2.742492,1.82833"
- style="stroke:#000000;stroke-width:0.064px"
- id="path22" />
- <path
- d="m 10.98773,21.966585 2.742496,-1.828332"
- style="stroke:#000000;stroke-width:0.064px"
- id="path24"
- sodipodi:nodetypes="cc" />
- <path
- d="m 13.730226,20.138253 5.484988,-3.656656"
- style="stroke:#000000;stroke-width:0.064px"
- id="path28" />
- <path
- d="m 21.95771,14.653265 1.265768,6.469476"
- style="stroke:#000000;stroke-width:0.064px"
- id="path30" />
- <path
- d="m 23.223478,21.122741 -5.484992,3.656657"
- style="stroke:#000000;stroke-width:0.064px"
- id="path32" />
- <path
- d="M 17.738486,24.779398 10.98773,21.966585"
- style="stroke:#000000;stroke-width:0.064px"
- id="path34" />
- <path
- d="M 19.004254,31.248874 17.738486,24.779398"
- style="stroke:#000000;stroke-width:0.064px"
- id="path40" />
- <path
- d="m 23.223478,21.122741 6.750752,2.812817"
- style="stroke:#000000;stroke-width:0.064px"
- id="path52" />
- <path
- d="M 29.97423,23.935558 27.442698,10.996605"
- style="stroke:#000000;stroke-width:0.064px"
- id="path54" />
- <path
- d="M 13.730226,20.138253 8.2452348,16.481597"
- style="stroke:#000000;stroke-width:0.064px"
- id="path56" />
- <path
- d="M 8.2452348,16.481597 2.7602464,20.138253"
- style="stroke:#000000;stroke-width:0.064px"
- id="path58" />
- <path
- d="M 8.2452348,9.1682749 5.5027404,10.996605"
- style="stroke:#000000;stroke-width:0.064px"
- id="path60" />
- <path
- d="m 5.5027404,10.996605 -5.48498999,3.65666"
- style="stroke:#000000;stroke-width:0.064px"
- id="path62" />
- <path
- d="M 8.2452348,16.481597 V 9.1682749"
- style="stroke:#000000;stroke-width:0.064px"
- id="path64" />
- <circle
- cx="19.215216"
- cy="16.481594"
- r="3.023622"
- style="fill:none;stroke:#0000ff;stroke-width:0.064px"
- id="circle68" />
-</svg>
+ <polygon class="para" points="-46.807002,-14.503578 4.6147749,-48.784763 46.807002,14.503578 -4.6147749,48.784763 " style="stroke:none" id="polygon4" transform="matrix(0.32,0,0,0.32,19.215214,16.481597)"/>
+ <path d="M 19.215214,16.481597 21.95771,14.653265" style="stroke:#000000;stroke-width:0.064px" id="path6"/>
+ <path d="m 21.95771,14.653265 5.484988,-3.65666" style="stroke:#000000;stroke-width:0.064px" id="path8"/>
+ <path d="M 19.215214,9.1682749 V 16.481597" style="stroke:#000000;stroke-width:0.064px" id="path12"/>
+ <path d="M 19.215214,16.481597 8.2452348,9.1682749" style="stroke:#000000;stroke-width:0.064px" id="path14"/>
+ <path d="M 8.2452348,9.1682749 13.730226,5.5116153" style="stroke:#000000;stroke-width:0.064px" id="path16"/>
+ <path d="m 13.730226,5.5116153 5.484988,3.6566596" style="stroke:#000000;stroke-width:0.064px" id="path18"/>
+ <path d="m 16.472718,3.6832853 -2.742492,1.82833" style="stroke:#000000;stroke-width:0.064px" id="path22"/>
+ <path d="m 10.98773,21.966585 2.742496,-1.828332" style="stroke:#000000;stroke-width:0.064px" id="path24" sodipodi:nodetypes="cc"/>
+ <path d="m 13.730226,20.138253 5.484988,-3.656656" style="stroke:#000000;stroke-width:0.064px" id="path28"/>
+ <path d="m 21.95771,14.653265 1.265768,6.469476" style="stroke:#000000;stroke-width:0.064px" id="path30"/>
+ <path d="m 23.223478,21.122741 -5.484992,3.656657" style="stroke:#000000;stroke-width:0.064px" id="path32"/>
+ <path d="M 17.738486,24.779398 10.98773,21.966585" style="stroke:#000000;stroke-width:0.064px" id="path34"/>
+ <path d="M 19.004254,31.248874 17.738486,24.779398" style="stroke:#000000;stroke-width:0.064px" id="path40"/>
+ <path d="m 23.223478,21.122741 6.750752,2.812817" style="stroke:#000000;stroke-width:0.064px" id="path52"/>
+ <path d="M 29.97423,23.935558 27.442698,10.996605" style="stroke:#000000;stroke-width:0.064px" id="path54"/>
+ <path d="M 13.730226,20.138253 8.2452348,16.481597" style="stroke:#000000;stroke-width:0.064px" id="path56"/>
+ <path d="M 8.2452348,16.481597 2.7602464,20.138253" style="stroke:#000000;stroke-width:0.064px" id="path58"/>
+ <path d="M 8.2452348,9.1682749 5.5027404,10.996605" style="stroke:#000000;stroke-width:0.064px" id="path60"/>
+ <path d="m 5.5027404,10.996605 -5.48498999,3.65666" style="stroke:#000000;stroke-width:0.064px" id="path62"/>
+ <path d="M 8.2452348,16.481597 V 9.1682749" style="stroke:#000000;stroke-width:0.064px" id="path64"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-13d-awesome.svg b/tiles/N4-13d-awesome.svg
index 6f802b11..8032cafa 100644
--- a/tiles/N4-13d-awesome.svg
+++ b/tiles/N4-13d-awesome.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="41.212658"
- height="43.979401"
- viewBox="0 0 41.212658 43.979401"
- version="1.1"
- id="svg2288"
- sodipodi:docname="N4-13d-awesome.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs2292" />
- <sodipodi:namedview
- id="namedview2290"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="26.320208"
- inkscape:cx="-5.205126"
- inkscape:cy="33.586361"
- inkscape:current-layer="svg2288" />
- <style
- type="text/css"
- id="style2204">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="41.212658" height="43.979401" viewBox="0 0 41.212658 43.979401" version="1.1" id="svg2288" sodipodi:docname="N4-13d-awesome.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs2292"/>
+ <sodipodi:namedview id="namedview2290" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="26.320208" inkscape:cx="-5.205126" inkscape:cy="33.586361" inkscape:current-layer="svg2288"/>
+ <style type="text/css" id="style2204">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,169 +11,43 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="38.080661,-28.13166 -11.321278,45.971249 -38.080661,28.13166 11.321278,-45.971249 "
- style="stroke:none"
- id="polygon2206"
- transform="matrix(0.4,0,0,0.4,25.13484,25.008707)" />
- <path
- d="m 25.13484,25.008707 5.351877,-3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2208" />
- <path
- d="m 30.486717,21.440789 5.351877,-3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2210" />
- <path
- d="M 35.838594,17.872871 30.486717,14.304954"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2212" />
- <path
- d="M 30.486717,14.304954 25.13484,17.872871"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2214" />
- <path
- d="m 25.13484,17.872871 v 7.135836"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2216" />
- <path
- d="M 25.13484,25.008707 14.431087,17.872871"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2218" />
- <path
- d="m 19.782964,14.304954 5.351876,3.567917"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2220" />
- <path
- d="M 30.486717,7.169118 25.13484,10.737036"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2222" />
- <path
- d="m 19.782964,14.304954 5.351876,3.567917"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2224" />
- <path
- d="M 30.486717,14.304954 V 7.169118"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2226" />
- <path
- d="m 30.486717,7.169118 10.703754,7.135836"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2228" />
- <path
- d="m 41.190471,14.304954 -2.452944,1.635295"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2230" />
- <path
- d="m 38.737527,15.940249 -2.898933,1.932622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2232" />
- <path
- d="M 35.838594,17.872871 30.486717,14.304954"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2234" />
- <path
- d="m 13.196038,24.185341 5.351877,3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2236" />
- <path
- d="M 18.547915,27.753259 25.13484,25.008707"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2238" />
- <path
- d="M 22.664743,37.633647 17.312867,34.065729"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2242" />
- <path
- d="m 17.312867,34.065729 1.235048,-6.31247"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2244" />
- <path
- d="m 10.725941,36.810281 0.79396,-4.058016"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2246" />
- <path
- d="m 13.196038,24.185341 5.351877,3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2248" />
- <path
- d="m 18.547915,27.753259 -1.235048,6.31247"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2250" />
- <path
- d="m 17.312867,34.065729 -6.586926,2.744552"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2252" />
- <path
- d="m 10.725942,36.810281 10.703753,7.135836"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2254" />
- <path
- d="m 21.429695,43.946117 1.235048,-6.31247"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2256" />
- <path
- d="m 17.312867,34.065729 -6.586926,2.744552"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2258" />
- <path
- d="m 30.486717,7.169118 10.703754,7.135836"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2260" />
- <path
- d="M 0.02218801,29.674446 10.725942,36.810281"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2262" />
- <path
- d="M 19.782964,0.03328201 30.486717,7.169118"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2264" />
- <path
- d="M 30.486717,7.169118 25.13484,10.737036"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2266" />
- <path
- d="m 10.725941,36.810281 0.79396,-4.058016"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2268" />
- <path
- d="M 35.838594,32.144543 25.13484,25.008707"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2270" />
- <path
- d="m 30.486717,21.440789 5.351877,3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2272" />
- <path
- d="m 41.190471,14.304954 -2.452944,1.635295"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2274" />
- <path
- d="m 38.737527,15.940249 -2.898933,1.932622"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2276" />
- <path
- d="m 35.838594,17.872871 -5.351877,3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2278" />
- <path
- d="m 25.13484,25.008707 -1.235048,6.31247"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2280" />
- <path
- d="m 23.899792,31.321177 5.351877,3.567918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2282" />
- <path
- d="m 22.664743,37.633647 1.235049,-6.31247"
- style="stroke:#000000;stroke-width:0.08px"
- id="path2284"
- sodipodi:nodetypes="cc" />
- <circle
- cx="25.13484"
- cy="25.008707"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle2286" />
-</svg>
+ <polygon class="para" points="38.080661,-28.13166 -11.321278,45.971249 -38.080661,28.13166 11.321278,-45.971249 " style="stroke:none" id="polygon2206" transform="matrix(0.4,0,0,0.4,25.13484,25.008707)"/>
+ <path d="m 25.13484,25.008707 5.351877,-3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2208"/>
+ <path d="m 30.486717,21.440789 5.351877,-3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2210"/>
+ <path d="M 35.838594,17.872871 30.486717,14.304954" style="stroke:#000000;stroke-width:0.08px" id="path2212"/>
+ <path d="M 30.486717,14.304954 25.13484,17.872871" style="stroke:#000000;stroke-width:0.08px" id="path2214"/>
+ <path d="m 25.13484,17.872871 v 7.135836" style="stroke:#000000;stroke-width:0.08px" id="path2216"/>
+ <path d="M 25.13484,25.008707 14.431087,17.872871" style="stroke:#000000;stroke-width:0.08px" id="path2218"/>
+ <path d="m 19.782964,14.304954 5.351876,3.567917" style="stroke:#000000;stroke-width:0.08px" id="path2220"/>
+ <path d="M 30.486717,7.169118 25.13484,10.737036" style="stroke:#000000;stroke-width:0.08px" id="path2222"/>
+ <path d="m 19.782964,14.304954 5.351876,3.567917" style="stroke:#000000;stroke-width:0.08px" id="path2224"/>
+ <path d="M 30.486717,14.304954 V 7.169118" style="stroke:#000000;stroke-width:0.08px" id="path2226"/>
+ <path d="m 30.486717,7.169118 10.703754,7.135836" style="stroke:#000000;stroke-width:0.08px" id="path2228"/>
+ <path d="m 41.190471,14.304954 -2.452944,1.635295" style="stroke:#000000;stroke-width:0.08px" id="path2230"/>
+ <path d="m 38.737527,15.940249 -2.898933,1.932622" style="stroke:#000000;stroke-width:0.08px" id="path2232"/>
+ <path d="M 35.838594,17.872871 30.486717,14.304954" style="stroke:#000000;stroke-width:0.08px" id="path2234"/>
+ <path d="m 13.196038,24.185341 5.351877,3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2236"/>
+ <path d="M 18.547915,27.753259 25.13484,25.008707" style="stroke:#000000;stroke-width:0.08px" id="path2238"/>
+ <path d="M 22.664743,37.633647 17.312867,34.065729" style="stroke:#000000;stroke-width:0.08px" id="path2242"/>
+ <path d="m 17.312867,34.065729 1.235048,-6.31247" style="stroke:#000000;stroke-width:0.08px" id="path2244"/>
+ <path d="m 10.725941,36.810281 0.79396,-4.058016" style="stroke:#000000;stroke-width:0.08px" id="path2246"/>
+ <path d="m 13.196038,24.185341 5.351877,3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2248"/>
+ <path d="m 18.547915,27.753259 -1.235048,6.31247" style="stroke:#000000;stroke-width:0.08px" id="path2250"/>
+ <path d="m 17.312867,34.065729 -6.586926,2.744552" style="stroke:#000000;stroke-width:0.08px" id="path2252"/>
+ <path d="m 10.725942,36.810281 10.703753,7.135836" style="stroke:#000000;stroke-width:0.08px" id="path2254"/>
+ <path d="m 21.429695,43.946117 1.235048,-6.31247" style="stroke:#000000;stroke-width:0.08px" id="path2256"/>
+ <path d="m 17.312867,34.065729 -6.586926,2.744552" style="stroke:#000000;stroke-width:0.08px" id="path2258"/>
+ <path d="m 30.486717,7.169118 10.703754,7.135836" style="stroke:#000000;stroke-width:0.08px" id="path2260"/>
+ <path d="M 0.02218801,29.674446 10.725942,36.810281" style="stroke:#000000;stroke-width:0.08px" id="path2262"/>
+ <path d="M 19.782964,0.03328201 30.486717,7.169118" style="stroke:#000000;stroke-width:0.08px" id="path2264"/>
+ <path d="M 30.486717,7.169118 25.13484,10.737036" style="stroke:#000000;stroke-width:0.08px" id="path2266"/>
+ <path d="m 10.725941,36.810281 0.79396,-4.058016" style="stroke:#000000;stroke-width:0.08px" id="path2268"/>
+ <path d="M 35.838594,32.144543 25.13484,25.008707" style="stroke:#000000;stroke-width:0.08px" id="path2270"/>
+ <path d="m 30.486717,21.440789 5.351877,3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2272"/>
+ <path d="m 41.190471,14.304954 -2.452944,1.635295" style="stroke:#000000;stroke-width:0.08px" id="path2274"/>
+ <path d="m 38.737527,15.940249 -2.898933,1.932622" style="stroke:#000000;stroke-width:0.08px" id="path2276"/>
+ <path d="m 35.838594,17.872871 -5.351877,3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2278"/>
+ <path d="m 25.13484,25.008707 -1.235048,6.31247" style="stroke:#000000;stroke-width:0.08px" id="path2280"/>
+ <path d="m 23.899792,31.321177 5.351877,3.567918" style="stroke:#000000;stroke-width:0.08px" id="path2282"/>
+ <path d="m 22.664743,37.633647 1.235049,-6.31247" style="stroke:#000000;stroke-width:0.08px" id="path2284" sodipodi:nodetypes="cc"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-13e-awesome.svg b/tiles/N4-13e-awesome.svg
index 80327120..89acd87f 100644
--- a/tiles/N4-13e-awesome.svg
+++ b/tiles/N4-13e-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="39.558758"
- height="49.599438"
- viewBox="0 0 39.558758 49.599438"
- version="1.1"
- id="svg66"
- sodipodi:docname="N4-13e-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs70" />
- <sodipodi:namedview
- id="namedview68"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="39.558758" height="49.599438" viewBox="0 0 39.558758 49.599438" version="1.1" id="svg66" sodipodi:docname="N4-13e-awesome.svg">
+ <defs id="defs70"/>
+ <sodipodi:namedview id="namedview68" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,132 +11,34 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="46.752967,-34.538228 -13.899531,56.440519 -46.752967,34.538228 13.899531,-56.440519 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,19.824506,26.316031)" />
- <path
- d="m 19.824506,26.316031 6.570688,-4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 26.395194,21.935573 6.570687,-4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 32.965881,17.555115 26.395194,13.174657"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 26.395194,13.174657 -6.570688,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 19.824506,17.555115 v 8.760916"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 19.824506,26.316031 13.253819,21.935573"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 13.253819,13.174657 6.570687,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 26.395194,4.41374 19.824506,8.794198"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 26.395194,13.174657 V 4.41374"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 26.395194,4.41374 6.570687,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 32.965881,8.794198 6.570687,4.380459"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 39.536568,13.174657 -6.570687,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 13.253819,21.935573 -1.516312,7.750042"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 11.737507,29.685615 -1.516313,7.750041"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 10.221194,37.435656 3.650507,33.055198"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 0.02218801,39.397235 2.134194,40.805239"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 2.134194,40.805239 6.570688,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 8.704882,45.185697 1.516312,-7.750041"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 8.704882,45.185697 6.570687,4.380459"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 19.824506,0.03328201 25.409591,3.756672"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 25.409591,3.756672 26.395194,4.41374"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 26.395194,30.69649 19.824506,26.316031"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 26.395194,21.935573 6.570687,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 11.737507,29.685615 6.570687,4.380458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 18.308194,34.066073 8.087,-3.369583"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 26.395194,30.69649 -1.516313,7.750041"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 23.362569,46.196572 16.791882,41.816114"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 16.791882,41.816114 1.516312,-7.750041"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="m 16.791882,41.816114 -8.087,3.369583"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <circle
- cx="19.824507"
- cy="26.316031"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle64" />
-</svg>
+ <polygon class="para" points="46.752967,-34.538228 -13.899531,56.440519 -46.752967,34.538228 13.899531,-56.440519 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,19.824506,26.316031)"/>
+ <path d="m 19.824506,26.316031 6.570688,-4.380458" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 26.395194,21.935573 6.570687,-4.380458" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 32.965881,17.555115 26.395194,13.174657" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 26.395194,13.174657 -6.570688,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 19.824506,17.555115 v 8.760916" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 19.824506,26.316031 13.253819,21.935573" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 13.253819,13.174657 6.570687,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 26.395194,4.41374 19.824506,8.794198" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 26.395194,13.174657 V 4.41374" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 26.395194,4.41374 6.570687,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 32.965881,8.794198 6.570687,4.380459" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 39.536568,13.174657 -6.570687,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 13.253819,21.935573 -1.516312,7.750042" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 11.737507,29.685615 -1.516313,7.750041" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 10.221194,37.435656 3.650507,33.055198" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 0.02218801,39.397235 2.134194,40.805239" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 2.134194,40.805239 6.570688,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 8.704882,45.185697 1.516312,-7.750041" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 8.704882,45.185697 6.570687,4.380459" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 19.824506,0.03328201 25.409591,3.756672" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 25.409591,3.756672 26.395194,4.41374" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 26.395194,30.69649 19.824506,26.316031" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 26.395194,21.935573 6.570687,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 11.737507,29.685615 6.570687,4.380458" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 18.308194,34.066073 8.087,-3.369583" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 26.395194,30.69649 -1.516313,7.750041" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 23.362569,46.196572 16.791882,41.816114" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 16.791882,41.816114 1.516312,-7.750041" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="m 16.791882,41.816114 -8.087,3.369583" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-13f-awesome.svg b/tiles/N4-13f-awesome.svg
index 781eb6f5..fc8bd5b0 100644
--- a/tiles/N4-13f-awesome.svg
+++ b/tiles/N4-13f-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="38.188961"
- height="25.405973"
- viewBox="0 0 38.188961 25.405973"
- version="1.1"
- id="svg56"
- sodipodi:docname="N4-13f-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="38.188961" height="25.405973" viewBox="0 0 38.188961 25.405973" version="1.1" id="svg56" sodipodi:docname="N4-13f-awesome.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="47.6362,21.171644 -47.6362,21.171644 -47.6362,-21.171644 47.6362,-21.171644 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,19.09448,12.702987)" />
- <path
- d="M 19.09448,12.702987 25.445973,8.4686581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 25.445973,8.4686581 31.797467,4.2343293"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 19.09448,4.2343293 V 12.702987"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 19.09448,12.702987 12.742987,8.4686581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 12.742987,8.4686581 6.391493,4.2343293"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 0.04,8.4686581 V 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 12.742987,8.4686581 6.391493,12.702987"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 6.391493,12.702987 0.04,8.4686581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 6.391493,21.171645 0.04,16.937316"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 6.391493,12.702987 v 8.468658"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 6.391493,21.171645 6.351494,-4.234329"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 12.742987,16.937316 19.09448,12.702987"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 31.797467,21.171645 25.445973,16.937316"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 25.445973,16.937316 19.09448,21.171645"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 12.742987,16.937316 6.351493,4.234329"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 25.445973,16.937316 V 8.4686581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 25.445973,8.4686581 6.351494,4.2343289"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 31.797467,12.702987 4.76362,3.175747"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 36.561087,15.878734 1.587873,1.058582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 38.14896,16.937316 -6.351493,4.234329"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 31.797467,12.702987 38.14896,8.4686581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 38.14896,8.4686581 V 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 38.14896,25.405974 V 16.937316"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 0.04,25.405974 V 16.937316"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <circle
- cx="19.094481"
- cy="12.702987"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="47.6362,21.171644 -47.6362,21.171644 -47.6362,-21.171644 47.6362,-21.171644 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,19.09448,12.702987)"/>
+ <path d="M 19.09448,12.702987 25.445973,8.4686581" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 25.445973,8.4686581 31.797467,4.2343293" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 19.09448,4.2343293 V 12.702987" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 19.09448,12.702987 12.742987,8.4686581" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 12.742987,8.4686581 6.391493,4.2343293" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 0.04,8.4686581 V 0" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 12.742987,8.4686581 6.391493,12.702987" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 6.391493,12.702987 0.04,8.4686581" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 6.391493,21.171645 0.04,16.937316" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 6.391493,12.702987 v 8.468658" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 6.391493,21.171645 6.351494,-4.234329" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 12.742987,16.937316 19.09448,12.702987" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 31.797467,21.171645 25.445973,16.937316" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 25.445973,16.937316 19.09448,21.171645" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 12.742987,16.937316 6.351493,4.234329" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 25.445973,16.937316 V 8.4686581" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 25.445973,8.4686581 6.351494,4.2343289" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 31.797467,12.702987 4.76362,3.175747" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 36.561087,15.878734 1.587873,1.058582" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 38.14896,16.937316 -6.351493,4.234329" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 31.797467,12.702987 38.14896,8.4686581" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 38.14896,8.4686581 V 0" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 38.14896,25.405974 V 16.937316" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 0.04,25.405974 V 16.937316" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-16a-awesome.svg b/tiles/N4-16a-awesome.svg
index 746e99a1..3482fc98 100644
--- a/tiles/N4-16a-awesome.svg
+++ b/tiles/N4-16a-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="43.333385"
- height="33.381905"
- viewBox="0 0 43.333385 33.381905"
- version="1.1"
- id="svg74"
- sodipodi:docname="N4-16a-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs78" />
- <sodipodi:namedview
- id="namedview76"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="43.333385" height="33.381905" viewBox="0 0 43.333385 33.381905" version="1.1" id="svg74" sodipodi:docname="N4-16a-awesome.svg">
+ <defs id="defs78"/>
+ <sodipodi:namedview id="namedview76" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,148 +11,38 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="54.116731,-31.244309 18.03891,31.244309 -54.116731,31.244309 -18.03891,-31.244309 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,21.666693,16.698272)" />
- <path
- d="m 21.666693,16.698272 h 9.620752"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 31.287445,16.698272 26.477069,8.3664564"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 26.477069,8.3664564 H 21.666693"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 21.666693,8.3664564 V 16.698272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 36.097821,8.3664564 31.287445,16.698272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 26.477069,8.3664564 28.882257,4.200548"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 28.882257,4.200548 7.215564,4.1659084"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 31.287445,16.698272 h 9.620752"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 43.313386,12.532364 36.097821,8.3664564"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 36.097821,25.030088 31.287445,16.698272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 31.287445,16.698272 -4.810376,8.331816"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 26.477069,25.030088 2.405188,4.165908"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 26.477069,25.030088 H 21.666693"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 21.666693,25.030088 V 16.698272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 21.666693,16.698272 H 12.045941"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 12.045941,16.698272 2.405188,-4.165908"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 14.451129,12.532364 16.856317,8.3664564"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 16.856317,8.3664564 h 4.810376"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 36.097821,8.3664564 40.908197,0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 12.045941,16.698272 2.405188,4.165908"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 14.451129,20.86418 2.405188,4.165908"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 16.856317,25.030088 h 4.810376"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 21.666693,33.361904 4.810376,-8.331816"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 16.856317,25.030088 -2.405188,4.165908"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 14.451129,4.200548 21.666693,0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 21.666693,0.03464102 26.477069,8.3664564"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 16.856317,8.3664564 14.451129,4.200548"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 2.425189,16.698272 h 9.620752"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 14.451129,12.532364 7.235565,8.3664564"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 7.235565,25.030088 2.425189,16.698272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 14.451129,20.86418 7.235565,25.030088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 0.02,29.195996 7.235565,25.030088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 7.235565,25.030088 4.810376,8.331816"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <circle
- cx="21.666693"
- cy="16.698273"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle72" />
-</svg>
+ <polygon class="para" points="54.116731,-31.244309 18.03891,31.244309 -54.116731,31.244309 -18.03891,-31.244309 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,21.666693,16.698272)"/>
+ <path d="m 21.666693,16.698272 h 9.620752" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 31.287445,16.698272 26.477069,8.3664564" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 26.477069,8.3664564 H 21.666693" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 21.666693,8.3664564 V 16.698272" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 36.097821,8.3664564 31.287445,16.698272" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 26.477069,8.3664564 28.882257,4.200548" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 28.882257,4.200548 7.215564,4.1659084" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 31.287445,16.698272 h 9.620752" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 43.313386,12.532364 36.097821,8.3664564" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 36.097821,25.030088 31.287445,16.698272" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 31.287445,16.698272 -4.810376,8.331816" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 26.477069,25.030088 2.405188,4.165908" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 26.477069,25.030088 H 21.666693" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 21.666693,25.030088 V 16.698272" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 21.666693,16.698272 H 12.045941" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 12.045941,16.698272 2.405188,-4.165908" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 14.451129,12.532364 16.856317,8.3664564" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 16.856317,8.3664564 h 4.810376" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 36.097821,8.3664564 40.908197,0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 12.045941,16.698272 2.405188,4.165908" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 14.451129,20.86418 2.405188,4.165908" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 16.856317,25.030088 h 4.810376" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 21.666693,33.361904 4.810376,-8.331816" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 16.856317,25.030088 -2.405188,4.165908" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 14.451129,4.200548 21.666693,0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 21.666693,0.03464102 26.477069,8.3664564" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 16.856317,8.3664564 14.451129,4.200548" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 2.425189,16.698272 h 9.620752" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 14.451129,12.532364 7.235565,8.3664564" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 7.235565,25.030088 2.425189,16.698272" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 14.451129,20.86418 7.235565,25.030088" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 0.02,29.195996 7.235565,25.030088" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 7.235565,25.030088 4.810376,8.331816" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-19.svg b/tiles/N4-19.svg
index 77153e7a..0b2682ac 100644
--- a/tiles/N4-19.svg
+++ b/tiles/N4-19.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="33.192379"
- height="41.410477"
- viewBox="0 0 33.192379 41.410477"
- version="1.1"
- id="svg64"
- sodipodi:docname="N4-19.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs68" />
- <sodipodi:namedview
- id="namedview66"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="33.192379" height="41.410477" viewBox="0 0 33.192379 41.410477" version="1.1" id="svg64" sodipodi:docname="N4-19.svg">
+ <defs id="defs68"/>
+ <sodipodi:namedview id="namedview66" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,128 +11,33 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-11.50291,-28.757275 -34.50873,28.757275 11.50291,28.757275 34.50873,-28.757275 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,16.59619,20.705238)" />
- <path
- d="m 16.59619,20.705238 h 9.202328"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 25.798518,20.705238 V 18.404656"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 25.798518,18.404656 18.436656,12.883259"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 18.436656,12.883259 16.59619,11.50291"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 16.59619,11.50291 v 9.202328"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 18.436656,12.883259 23.958052,5.521397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 25.798518,6.901746 v 11.50291"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 16.59619,11.50291 V 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 25.798518,18.404656 33.16038,12.883259"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 33.16038,12.883259 27.638984,5.521397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 5.553396,35.889079 0.032,28.527217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 7.393862,34.50873 V 23.00582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 7.393862,23.00582 0.032,28.527217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 7.393862,20.705238 V 23.00582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 9.2343276,35.889079 14.755724,28.527217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 14.755724,28.527217 1.840466,1.380349"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 16.59619,29.907566 v 11.50291"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 7.393862,23.00582 7.361862,5.521397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 16.59619,20.705238 H 7.393862"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 16.59619,29.907566 V 20.705238"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 23.958052,35.889079 18.436656,28.527217"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 18.436656,28.527217 16.59619,29.907566"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 25.798518,23.00582 -7.361862,5.521397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 25.798518,20.705238 V 23.00582"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 7.393862,20.705238 V 18.404656"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 7.393862,18.404656 7.361862,-5.521397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 14.755724,12.883259 16.59619,11.50291"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 14.755724,12.883259 9.2343276,5.521397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <circle
- cx="16.596189"
- cy="20.705238"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle62" />
-</svg>
+ <polygon class="para" points="-11.50291,-28.757275 -34.50873,28.757275 11.50291,28.757275 34.50873,-28.757275 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,16.59619,20.705238)"/>
+ <path d="m 16.59619,20.705238 h 9.202328" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 25.798518,20.705238 V 18.404656" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 25.798518,18.404656 18.436656,12.883259" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 18.436656,12.883259 16.59619,11.50291" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 16.59619,11.50291 v 9.202328" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 18.436656,12.883259 23.958052,5.521397" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 25.798518,6.901746 v 11.50291" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 16.59619,11.50291 V 0" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 25.798518,18.404656 33.16038,12.883259" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 33.16038,12.883259 27.638984,5.521397" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 5.553396,35.889079 0.032,28.527217" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 7.393862,34.50873 V 23.00582" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 7.393862,23.00582 0.032,28.527217" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 7.393862,20.705238 V 23.00582" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 9.2343276,35.889079 14.755724,28.527217" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 14.755724,28.527217 1.840466,1.380349" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 16.59619,29.907566 v 11.50291" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 7.393862,23.00582 7.361862,5.521397" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 16.59619,20.705238 H 7.393862" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 16.59619,29.907566 V 20.705238" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 23.958052,35.889079 18.436656,28.527217" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 18.436656,28.527217 16.59619,29.907566" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 25.798518,23.00582 -7.361862,5.521397" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 25.798518,20.705238 V 23.00582" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 7.393862,20.705238 V 18.404656" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 7.393862,18.404656 7.361862,-5.521397" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 14.755724,12.883259 16.59619,11.50291" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 14.755724,12.883259 9.2343276,5.521397" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-20.svg b/tiles/N4-20.svg
index 19de2031..ed0504a9 100644
--- a/tiles/N4-20.svg
+++ b/tiles/N4-20.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="40.3638"
- height="40.3638"
- viewBox="0 0 40.3638 40.3638"
- version="1.1"
- id="svg88"
- sodipodi:docname="N4-20.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs92" />
- <sodipodi:namedview
- id="namedview90"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="40.3638" height="40.3638" viewBox="0 0 40.3638 40.3638" version="1.1" id="svg88" sodipodi:docname="N4-20.svg">
+ <defs id="defs92"/>
+ <sodipodi:namedview id="namedview90" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,176 +11,45 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-50.403303,0 -9.9255044e-15,50.403303 50.403303,-9.9255044e-15 -9.9255044e-15,-50.403303 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,20.181901,20.181901)" />
- <path
- d="m 20.181901,20.181901 h 8.064528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 28.246429,20.181901 h 2.016133"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 30.262562,20.181901 V 18.165769"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 30.262562,18.165769 20.181901,12.117372"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 20.181901,12.117372 v 8.064529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 30.262562,10.10124 H 20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 20.181901,10.10124 v 2.016132"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 30.262562,18.165769 V 10.10124"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 20.181901,10.10124 H 18.165769"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 18.165769,10.10124 12.117372,20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 12.117372,20.181901 h 8.064529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 10.10124,10.10124 V 20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 10.10124,20.181901 h 2.016132"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 18.165769,10.10124 H 10.10124"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 10.10124,20.181901 v 2.016132"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 10.10124,22.198033 10.080661,6.048396"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 20.181901,28.246429 V 20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 10.10124,30.262562 H 20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 20.181901,30.262562 V 28.246429"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 10.10124,22.198033 v 8.064529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 20.181901,30.262562 h 2.016132"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 22.198033,30.262562 28.246429,20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 30.262562,30.262562 V 20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 22.198033,30.262562 h 8.064529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 40.343222,20.181901 H 32.278694"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 32.278694,20.181901 H 30.262562"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="m 30.262562,18.165769 10.08066,-6.048397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 38.32709,30.262562 32.278694,20.181901"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 30.262562,2.0367118 20.181901,8.0851078"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 20.181901,8.0851078 V 0.02057983"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 20.181901,10.10124 V 8.0851078"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 18.165769,10.10124 12.117372,0.02057983"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 2.0367118,10.10124 6.048396,10.080661"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 8.0851078,20.181901 H 0.02057983"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="M 10.10124,20.181901 H 8.0851078"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 10.10124,22.198033 0.02057983,28.246429"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 10.10124,38.32709 20.181901,32.278694"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="m 20.181901,32.278694 v 8.064528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="m 20.181901,30.262562 v 2.016132"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="m 22.198033,30.262562 6.048396,10.08066"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <circle
- cx="20.1819"
- cy="20.1819"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle86" />
-</svg>
+ <polygon class="para" points="-50.403303,0 -9.9255044e-15,50.403303 50.403303,-9.9255044e-15 -9.9255044e-15,-50.403303 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,20.181901,20.181901)"/>
+ <path d="m 20.181901,20.181901 h 8.064528" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 28.246429,20.181901 h 2.016133" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 30.262562,20.181901 V 18.165769" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 30.262562,18.165769 20.181901,12.117372" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 20.181901,12.117372 v 8.064529" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 30.262562,10.10124 H 20.181901" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 20.181901,10.10124 v 2.016132" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 30.262562,18.165769 V 10.10124" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 20.181901,10.10124 H 18.165769" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 18.165769,10.10124 12.117372,20.181901" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 12.117372,20.181901 h 8.064529" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 10.10124,10.10124 V 20.181901" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 10.10124,20.181901 h 2.016132" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 18.165769,10.10124 H 10.10124" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 10.10124,20.181901 v 2.016132" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 10.10124,22.198033 10.080661,6.048396" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 20.181901,28.246429 V 20.181901" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 10.10124,30.262562 H 20.181901" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 20.181901,30.262562 V 28.246429" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 10.10124,22.198033 v 8.064529" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 20.181901,30.262562 h 2.016132" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 22.198033,30.262562 28.246429,20.181901" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 30.262562,30.262562 V 20.181901" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 22.198033,30.262562 h 8.064529" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 40.343222,20.181901 H 32.278694" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 32.278694,20.181901 H 30.262562" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="m 30.262562,18.165769 10.08066,-6.048397" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 38.32709,30.262562 32.278694,20.181901" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 30.262562,2.0367118 20.181901,8.0851078" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 20.181901,8.0851078 V 0.02057983" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 20.181901,10.10124 V 8.0851078" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 18.165769,10.10124 12.117372,0.02057983" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 2.0367118,10.10124 6.048396,10.080661" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 8.0851078,20.181901 H 0.02057983" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="M 10.10124,20.181901 H 8.0851078" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 10.10124,22.198033 0.02057983,28.246429" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 10.10124,38.32709 20.181901,32.278694" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="m 20.181901,32.278694 v 8.064528" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="m 20.181901,30.262562 v 2.016132" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="m 22.198033,30.262562 6.048396,10.08066" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-21c.svg b/tiles/N4-21c.svg
index 5b3d9796..c167b8b9 100644
--- a/tiles/N4-21c.svg
+++ b/tiles/N4-21c.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="35.388756"
- height="26.510698"
- viewBox="0 0 35.388756 26.510698"
- version="1.1"
- id="svg56"
- sodipodi:docname="N4-21c.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="35.388756" height="26.510698" viewBox="0 0 35.388756 26.510698" version="1.1" id="svg56" sodipodi:docname="N4-21c.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="0,33.138371 -44.184495,0 1.0876108e-14,-33.138371 44.184495,0 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,17.694378,13.255349)" />
- <path
- d="m 17.694378,13.255349 h 8.836899"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 26.531277,13.255349 V 9.2787444"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 26.531277,9.2787444 V 3.976605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 26.531277,3.976605 17.694378,9.2787444"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 17.694378,9.2787444 V 13.255349"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 17.694378,0 V 9.2787444"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 26.531277,13.255349 v 3.976605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 26.531277,17.231954 v 5.302139"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 26.531277,22.534093 17.694378,17.231954"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 17.694378,17.231954 V 13.255349"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 17.694378,26.510698 V 17.231954"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 17.694378,13.255349 H 8.8574787"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 8.8574787,13.255349 V 9.2787444"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 8.8574787,9.2787444 V 3.976605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 8.8574787,3.976605 17.694378,9.2787444"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 8.8574787,13.255349 v 3.976605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 8.8574787,17.231954 v 5.302139"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 8.8574787,22.534093 17.694378,17.231954"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 8.8574787,9.2787444 0.02057983,3.976605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 8.8574787,13.255349 H 0.02057983"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 26.531277,17.231954 8.836899,5.302139"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 26.531277,13.255349 h 8.836899"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 26.531277,9.2787444 35.368176,3.976605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 8.8574787,17.231954 0.02057983,22.534093"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <circle
- cx="17.694378"
- cy="13.255349"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="0,33.138371 -44.184495,0 1.0876108e-14,-33.138371 44.184495,0 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,17.694378,13.255349)"/>
+ <path d="m 17.694378,13.255349 h 8.836899" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 26.531277,13.255349 V 9.2787444" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 26.531277,9.2787444 V 3.976605" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 26.531277,3.976605 17.694378,9.2787444" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 17.694378,9.2787444 V 13.255349" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 17.694378,0 V 9.2787444" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 26.531277,13.255349 v 3.976605" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 26.531277,17.231954 v 5.302139" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 26.531277,22.534093 17.694378,17.231954" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 17.694378,17.231954 V 13.255349" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 17.694378,26.510698 V 17.231954" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 17.694378,13.255349 H 8.8574787" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 8.8574787,13.255349 V 9.2787444" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 8.8574787,9.2787444 V 3.976605" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 8.8574787,3.976605 17.694378,9.2787444" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 8.8574787,13.255349 v 3.976605" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 8.8574787,17.231954 v 5.302139" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 8.8574787,22.534093 17.694378,17.231954" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 8.8574787,9.2787444 0.02057983,3.976605" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 8.8574787,13.255349 H 0.02057983" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 26.531277,17.231954 8.836899,5.302139" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 26.531277,13.255349 h 8.836899" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 26.531277,9.2787444 35.368176,3.976605" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 8.8574787,17.231954 0.02057983,22.534093" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-22-awesome.svg b/tiles/N4-22-awesome.svg
index 2b09866a..6441eae2 100644
--- a/tiles/N4-22-awesome.svg
+++ b/tiles/N4-22-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="34.724155"
- height="33.917282"
- viewBox="0 0 34.724155 33.917282"
- version="1.1"
- id="svg60"
- sodipodi:docname="N4-22-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs64" />
- <sodipodi:namedview
- id="namedview62"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="34.724155" height="33.917282" viewBox="0 0 34.724155 33.917282" version="1.1" id="svg60" sodipodi:docname="N4-22-awesome.svg">
+ <defs id="defs64"/>
+ <sodipodi:namedview id="namedview62" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,120 +11,31 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="22.397963,35.996267 -41.949907,6.1323173 -22.397963,-35.996267 41.949907,-6.1323173 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,17.944192,17.065848)" />
- <path
- d="M 17.944192,17.065848 H 25.76497"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 25.76497,17.065848 V 5.334681"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 21.854581,8.6401309 17.944192,11.945581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 17.944192,11.945581 v 5.120267"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 25.76497,17.065848 V 28.797014"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 25.76497,28.797014 17.944192,22.186115"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 17.944192,22.186115 V 17.065848"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 33.585747,17.065848 H 25.76497"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 33.585747,11.945581 v 5.120267"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 25.76497,28.797014 3.910388,-3.305449"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 29.675358,25.491565 3.910389,-3.30545"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 33.585747,22.186115 V 17.065848"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 14.033803,25.491565 8.9850071,19.518775"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 8.9850071,19.518775 17.944192,11.945581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 17.944192,22.186115 -3.910389,3.30545"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 8.9850071,19.518775 0.02582248,27.091969"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 3.9362105,13.545985 5.0487966,5.97279"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 17.944192,11.945581 7.8465995,10.240535"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 7.8465995,10.240535 -3.910389,3.30545"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 0.02582248,16.851434 3.9362105,13.545985"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 7.8465995,0 V 5.120268"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 7.8465995,10.240535 V 5.120268"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 25.76497,33.917282 V 28.797014"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 21.854581,8.6401309 16.805785,2.667341"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 16.805785,2.667341 7.8465995,10.240535"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 17.944192,33.917282 V 22.186115"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <circle
- cx="17.944193"
- cy="17.065847"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle58" />
-</svg>
+ <polygon class="para" points="22.397963,35.996267 -41.949907,6.1323173 -22.397963,-35.996267 41.949907,-6.1323173 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,17.944192,17.065848)"/>
+ <path d="M 17.944192,17.065848 H 25.76497" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 25.76497,17.065848 V 5.334681" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 21.854581,8.6401309 17.944192,11.945581" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 17.944192,11.945581 v 5.120267" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 25.76497,17.065848 V 28.797014" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 25.76497,28.797014 17.944192,22.186115" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 17.944192,22.186115 V 17.065848" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 33.585747,17.065848 H 25.76497" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 33.585747,11.945581 v 5.120267" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 25.76497,28.797014 3.910388,-3.305449" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 29.675358,25.491565 3.910389,-3.30545" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 33.585747,22.186115 V 17.065848" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 14.033803,25.491565 8.9850071,19.518775" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 8.9850071,19.518775 17.944192,11.945581" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 17.944192,22.186115 -3.910389,3.30545" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 8.9850071,19.518775 0.02582248,27.091969" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 3.9362105,13.545985 5.0487966,5.97279" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 17.944192,11.945581 7.8465995,10.240535" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 7.8465995,10.240535 -3.910389,3.30545" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 0.02582248,16.851434 3.9362105,13.545985" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 7.8465995,0 V 5.120268" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 7.8465995,10.240535 V 5.120268" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 25.76497,33.917282 V 28.797014" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 21.854581,8.6401309 16.805785,2.667341" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 16.805785,2.667341 7.8465995,10.240535" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 17.944192,33.917282 V 22.186115" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-23a.svg b/tiles/N4-23a.svg
index f78ea87f..9f7bd953 100644
--- a/tiles/N4-23a.svg
+++ b/tiles/N4-23a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="36.997437"
- height="64.012161"
- viewBox="0 0 36.997437 64.012161"
- version="1.1"
- id="svg92"
- sodipodi:docname="N4-23a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs96" />
- <sodipodi:namedview
- id="namedview94"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="36.997437" height="64.012161" viewBox="0 0 36.997437 64.012161" version="1.1" id="svg92" sodipodi:docname="N4-23a.svg">
+ <defs id="defs96"/>
+ <sodipodi:namedview id="namedview94" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,184 +11,47 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-46.171797,4.1995207e-14 4.1995207e-14,79.971898 46.171797,0 0,-79.971898 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,18.488719,32.0234)" />
- <path
- d="m 18.488719,32.0234 1.846872,1.066292"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 20.335591,33.089692 7.387487,4.265168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 27.723078,37.35486 7.387488,-4.265168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 35.110566,33.089692 29.56995,25.625648"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 29.56995,25.625648 -3.693743,2.132584"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 25.876207,27.758232 18.488719,32.0234"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 36.957438,21.36048 29.56995,25.625648"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 35.110566,33.089692 36.957438,32.0234"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 9.2543596,26.69194 18.488719,32.0234"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 25.876207,27.758232 20.335591,20.294188"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 20.335591,20.294188 18.488719,21.36048"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 18.488719,21.36048 9.2543596,26.69194"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 27.723078,16.029021 -7.387487,4.265167"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 27.723078,48.01778 V 45.885196"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 27.723078,45.885196 V 37.35486"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 20.335591,33.089692 -3.693744,8.530336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 16.641847,41.620028 3.693744,2.132584"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 20.335591,43.752612 7.387487,4.265168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 9.2543596,26.69194 V 37.35486"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 9.2543596,37.35486 7.3874874,4.265168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 27.723078,58.6807 V 48.01778"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 20.335591,43.752612 -3.693744,8.530336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 16.641847,52.282948 1.846872,1.066292"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 18.488719,53.34924 9.234359,5.33146"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 9.2543596,37.35486 v 2.132584"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 9.2543596,39.487444 V 48.01778"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="m 9.2543596,48.01778 7.3874874,4.265168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 27.723078,45.885196 9.23436,-1.066292"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 36.957438,40.553736 V 32.0234"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 16.641847,1.100933 18.488719,0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 9.2543596,16.029021 V 13.896437"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 9.2543596,26.69194 V 16.029021"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 0.02,21.36048 9.2343596,5.33146"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 9.2543596,13.896437 18.488719,12.830145"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="M 18.488719,12.830145 V 8.564977"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 18.488719,8.564977 V 0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 18.488719,21.36048 V 12.830145"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="M 18.488719,8.564977 27.723078,7.498685"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="M 27.723078,16.029021 V 7.498685"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="M 0.02,32.0234 9.2543596,26.69194"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="M 0.02,40.553736 9.2543596,39.487444"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="m 18.488719,53.34924 -7.387487,4.265168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <circle
- cx="18.48872"
- cy="32.023399"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle90" />
-</svg>
+ <polygon class="para" points="-46.171797,4.1995207e-14 4.1995207e-14,79.971898 46.171797,0 0,-79.971898 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,18.488719,32.0234)"/>
+ <path d="m 18.488719,32.0234 1.846872,1.066292" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 20.335591,33.089692 7.387487,4.265168" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 27.723078,37.35486 7.387488,-4.265168" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 35.110566,33.089692 29.56995,25.625648" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 29.56995,25.625648 -3.693743,2.132584" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 25.876207,27.758232 18.488719,32.0234" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 36.957438,21.36048 29.56995,25.625648" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 35.110566,33.089692 36.957438,32.0234" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 9.2543596,26.69194 18.488719,32.0234" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 25.876207,27.758232 20.335591,20.294188" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 20.335591,20.294188 18.488719,21.36048" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 18.488719,21.36048 9.2543596,26.69194" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 27.723078,16.029021 -7.387487,4.265167" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 27.723078,48.01778 V 45.885196" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 27.723078,45.885196 V 37.35486" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 20.335591,33.089692 -3.693744,8.530336" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 16.641847,41.620028 3.693744,2.132584" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 20.335591,43.752612 7.387487,4.265168" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 9.2543596,26.69194 V 37.35486" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 9.2543596,37.35486 7.3874874,4.265168" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 27.723078,58.6807 V 48.01778" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 20.335591,43.752612 -3.693744,8.530336" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 16.641847,52.282948 1.846872,1.066292" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 18.488719,53.34924 9.234359,5.33146" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 9.2543596,37.35486 v 2.132584" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 9.2543596,39.487444 V 48.01778" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="m 9.2543596,48.01778 7.3874874,4.265168" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 27.723078,45.885196 9.23436,-1.066292" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 36.957438,40.553736 V 32.0234" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 16.641847,1.100933 18.488719,0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 9.2543596,16.029021 V 13.896437" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 9.2543596,26.69194 V 16.029021" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 0.02,21.36048 9.2343596,5.33146" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 9.2543596,13.896437 18.488719,12.830145" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="M 18.488719,12.830145 V 8.564977" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 18.488719,8.564977 V 0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 18.488719,21.36048 V 12.830145" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="M 18.488719,8.564977 27.723078,7.498685" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="M 27.723078,16.029021 V 7.498685" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="M 0.02,32.0234 9.2543596,26.69194" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="M 0.02,40.553736 9.2543596,39.487444" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="m 18.488719,53.34924 -7.387487,4.265168" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-23c.svg b/tiles/N4-23c.svg
index 8262c0bd..074147ef 100644
--- a/tiles/N4-23c.svg
+++ b/tiles/N4-23c.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="26.225336"
- height="37.795277"
- viewBox="0 0 26.225336 37.795277"
- version="1.1"
- id="svg60"
- sodipodi:docname="N4-23c.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs64" />
- <sodipodi:namedview
- id="namedview62"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="26.225336" height="37.795277" viewBox="0 0 26.225336 37.795277" version="1.1" id="svg60" sodipodi:docname="N4-23c.svg">
+ <defs id="defs64"/>
+ <sodipodi:namedview id="namedview62" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,120 +11,31 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-24.548752,42.519685 24.548752,14.173228 24.548752,-42.519685 -24.548752,-14.173228 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,13.112668,18.897638)" />
- <path
- d="m 13.112668,18.897638 6.546334,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 19.659002,22.677166 6.546334,-3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 26.205336,18.897638 19.659002,15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 19.659002,15.11811 -6.546334,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 26.205336,11.338583 19.659002,15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 6.5663342,15.11811 6.5463338,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 19.659002,15.11811 13.112668,11.338583"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 13.112668,11.338583 6.5663342,15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 19.659002,30.236221 V 22.677166"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 13.112668,18.897638 v 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 13.112668,26.456693 6.546334,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 6.5663342,15.11811 v 7.559056"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 6.5663342,22.677166 6.5463338,3.779527"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 13.112668,26.456693 v 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 0.02,18.897638 6.5663342,15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 6.5663342,15.11811 V 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 0.02,26.456693 6.5663342,22.677166"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 13.112668,11.338583 V 3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 0.02,34.015748 6.5663342,30.236221"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 6.5663342,30.236221 0.02,26.456693"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 6.5663342,30.236221 13.112668,26.456693"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 6.5663342,37.795276 V 30.236221"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 19.659002,7.559055 V 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 13.112668,3.779528 6.546334,3.779527"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 19.659002,15.11811 V 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 19.659002,7.559055 26.205336,3.779528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <circle
- cx="13.112668"
- cy="18.897638"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle58" />
-</svg>
+ <polygon class="para" points="-24.548752,42.519685 24.548752,14.173228 24.548752,-42.519685 -24.548752,-14.173228 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,13.112668,18.897638)"/>
+ <path d="m 13.112668,18.897638 6.546334,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 19.659002,22.677166 6.546334,-3.779528" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 26.205336,18.897638 19.659002,15.11811" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 19.659002,15.11811 -6.546334,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 26.205336,11.338583 19.659002,15.11811" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 6.5663342,15.11811 6.5463338,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 19.659002,15.11811 13.112668,11.338583" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 13.112668,11.338583 6.5663342,15.11811" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 19.659002,30.236221 V 22.677166" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 13.112668,18.897638 v 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 13.112668,26.456693 6.546334,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 6.5663342,15.11811 v 7.559056" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 6.5663342,22.677166 6.5463338,3.779527" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 13.112668,26.456693 v 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 0.02,18.897638 6.5663342,15.11811" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 6.5663342,15.11811 V 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 0.02,26.456693 6.5663342,22.677166" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 13.112668,11.338583 V 3.779528" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 0.02,34.015748 6.5663342,30.236221" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 6.5663342,30.236221 0.02,26.456693" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 6.5663342,30.236221 13.112668,26.456693" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 6.5663342,37.795276 V 30.236221" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 19.659002,7.559055 V 0" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 13.112668,3.779528 6.546334,3.779527" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 19.659002,15.11811 V 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 19.659002,7.559055 26.205336,3.779528" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-27.svg b/tiles/N4-27.svg
index 76233a12..915d8687 100644
--- a/tiles/N4-27.svg
+++ b/tiles/N4-27.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="22.764601"
- height="37.820869"
- viewBox="0 0 22.764601 37.820869"
- version="1.1"
- id="svg74"
- sodipodi:docname="N4-27.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs78" />
- <sodipodi:namedview
- id="namedview76"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="22.764601" height="37.820869" viewBox="0 0 22.764601 37.820869" version="1.1" id="svg74" sodipodi:docname="N4-27.svg">
+ <defs id="defs78"/>
+ <sodipodi:namedview id="namedview76" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,148 +11,38 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-15.166993,-43.811552 -15.166993,43.811552 15.166993,43.811552 15.166993,-43.811552 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,10.61869,20.258191)" />
- <path
- d="m 10.61869,20.258191 6.066797,6.066797"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 22.752284,20.258191 14.423683,17.562677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 14.423683,17.562677 10.61869,20.258191"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 20.49048,11.49588 -6.066797,6.066797"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 4.5518925,26.324988 10.61869,20.258191"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 10.61869,20.258191 2.2900884,17.562677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 14.423683,17.562677 8.3568858,11.49588"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 8.3568858,11.49588 2.2900884,17.562677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 16.685487,26.324988 8.3568858,29.020501"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 8.3568858,29.020501 4.5518925,26.324988"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 20.49048,29.020501 -6.066797,6.066797"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 14.423683,35.087298 8.3568858,29.020501"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 8.3568858,11.49588 6.0667972,6.066797"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 20.49048,11.49588 12.161879,8.8003675"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 12.161879,8.8003675 8.3568858,11.49588"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 18.228676,2.7335695 -6.066797,6.066798"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 12.161879,8.8003675 20.49048,11.49588"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 14.423683,35.087298 20.49048,29.020501"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 18.228676,37.782811 14.423683,35.087298"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 14.423683,0.03805649 6.0950817,2.7335695"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 12.161879,8.8003675 6.0950817,2.7335695"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 8.3568858,29.020501 2.2900884,35.087298"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 4.5518925,26.324988 3.8049933,2.695513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 2.2900884,17.562677 8.3568858,11.49588"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 8.3568858,11.49588 0.02828427,8.8003675"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 6.0950817,2.7335695 0.02828427,8.8003675"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 0.02828427,8.8003675 8.3568858,11.49588"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 8.3568858,11.49588 12.161879,8.8003675"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="m 8.3568858,29.020501 6.0667972,6.066797"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 14.423683,35.087298 6.0950817,37.782811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 6.0950817,37.782811 2.2900884,35.087298"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="m 14.423683,35.087298 3.804993,2.695513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="m 2.2900884,35.087298 3.8049933,2.695513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <circle
- cx="10.61869"
- cy="20.25819"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle72" />
-</svg>
+ <polygon class="para" points="-15.166993,-43.811552 -15.166993,43.811552 15.166993,43.811552 15.166993,-43.811552 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,10.61869,20.258191)"/>
+ <path d="m 10.61869,20.258191 6.066797,6.066797" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 22.752284,20.258191 14.423683,17.562677" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 14.423683,17.562677 10.61869,20.258191" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 20.49048,11.49588 -6.066797,6.066797" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 4.5518925,26.324988 10.61869,20.258191" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 10.61869,20.258191 2.2900884,17.562677" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 14.423683,17.562677 8.3568858,11.49588" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 8.3568858,11.49588 2.2900884,17.562677" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 16.685487,26.324988 8.3568858,29.020501" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 8.3568858,29.020501 4.5518925,26.324988" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 20.49048,29.020501 -6.066797,6.066797" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 14.423683,35.087298 8.3568858,29.020501" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 8.3568858,11.49588 6.0667972,6.066797" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 20.49048,11.49588 12.161879,8.8003675" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 12.161879,8.8003675 8.3568858,11.49588" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 18.228676,2.7335695 -6.066797,6.066798" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 12.161879,8.8003675 20.49048,11.49588" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 14.423683,35.087298 20.49048,29.020501" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 18.228676,37.782811 14.423683,35.087298" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 14.423683,0.03805649 6.0950817,2.7335695" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 12.161879,8.8003675 6.0950817,2.7335695" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 8.3568858,29.020501 2.2900884,35.087298" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 4.5518925,26.324988 3.8049933,2.695513" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 2.2900884,17.562677 8.3568858,11.49588" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 8.3568858,11.49588 0.02828427,8.8003675" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 6.0950817,2.7335695 0.02828427,8.8003675" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 0.02828427,8.8003675 8.3568858,11.49588" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 8.3568858,11.49588 12.161879,8.8003675" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="m 8.3568858,29.020501 6.0667972,6.066797" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 14.423683,35.087298 6.0950817,37.782811" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 6.0950817,37.782811 2.2900884,35.087298" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="m 14.423683,35.087298 3.804993,2.695513" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="m 2.2900884,35.087298 3.8049933,2.695513" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-29e.svg b/tiles/N4-29e.svg
index d23d4957..a098471e 100644
--- a/tiles/N4-29e.svg
+++ b/tiles/N4-29e.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="31.509726"
- height="21.699108"
- viewBox="0 0 31.509726 21.699108"
- version="1.1"
- id="svg46"
- sodipodi:docname="N4-29e.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs50" />
- <sodipodi:namedview
- id="namedview48"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="31.509726" height="21.699108" viewBox="0 0 31.509726 21.699108" version="1.1" id="svg46" sodipodi:docname="N4-29e.svg">
+ <defs id="defs50"/>
+ <sodipodi:namedview id="namedview48" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,92 +11,24 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-26.224771,-19.466844 -26.224771,19.466844 26.224771,19.466844 26.224771,-19.466844 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,16.504141,10.416958)" />
- <path
- d="M 16.504141,10.416958 26.99405,16.473309"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 31.489725,13.87773 20.999816,7.8213785"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 20.999816,7.8213785 16.504141,10.416958"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 26.99405,16.473309 v 5.191159"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 20.999816,18.203695 16.504141,15.608116"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 16.504141,15.608116 V 10.416958"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 26.99405,0.89983412 V 6.0909924"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 26.99405,6.0909924 20.999816,2.6302202"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 20.999816,7.8213785 V 2.6302202"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 6.014233,0.89983412 V 6.0909924"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 6.014233,6.0909924 16.504141,0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 20.999816,2.6302202 10.509908,8.6865716"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 10.509908,8.6865716 6.014233,6.0909924"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 10.509908,8.6865716 V 13.87773"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 10.509908,13.87773 5.994233,-3.460772"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 10.509908,13.87773 0.02,7.8213785"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 6.014233,16.473309 10.509908,13.87773"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 6.014233,16.473309 v 5.191159"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 6.014233,21.664468 16.504141,15.608116"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <circle
- cx="16.504141"
- cy="10.416958"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle44" />
-</svg>
+ <polygon class="para" points="-26.224771,-19.466844 -26.224771,19.466844 26.224771,19.466844 26.224771,-19.466844 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,16.504141,10.416958)"/>
+ <path d="M 16.504141,10.416958 26.99405,16.473309" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 31.489725,13.87773 20.999816,7.8213785" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 20.999816,7.8213785 16.504141,10.416958" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 26.99405,16.473309 v 5.191159" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 20.999816,18.203695 16.504141,15.608116" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 16.504141,15.608116 V 10.416958" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 26.99405,0.89983412 V 6.0909924" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 26.99405,6.0909924 20.999816,2.6302202" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 20.999816,7.8213785 V 2.6302202" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 6.014233,0.89983412 V 6.0909924" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 6.014233,6.0909924 16.504141,0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 20.999816,2.6302202 10.509908,8.6865716" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 10.509908,8.6865716 6.014233,6.0909924" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 10.509908,8.6865716 V 13.87773" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 10.509908,13.87773 5.994233,-3.460772" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 10.509908,13.87773 0.02,7.8213785" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 6.014233,16.473309 10.509908,13.87773" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 6.014233,16.473309 v 5.191159" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 6.014233,21.664468 16.504141,15.608116" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-29f.svg b/tiles/N4-29f.svg
index d068df06..cf0984e4 100644
--- a/tiles/N4-29f.svg
+++ b/tiles/N4-29f.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="29.872923"
- height="35.786514"
- viewBox="0 0 29.872923 35.786514"
- version="1.1"
- id="svg60"
- sodipodi:docname="N4-29f.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs64" />
- <sodipodi:namedview
- id="namedview62"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="29.872923" height="35.786514" viewBox="0 0 29.872923 35.786514" version="1.1" id="svg60" sodipodi:docname="N4-29f.svg">
+ <defs id="defs64"/>
+ <sodipodi:namedview id="namedview62" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,120 +11,31 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-22.767231,-38.074208 -22.767231,38.074208 22.767231,38.074208 22.767231,-38.074208 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,14.151384,19.071745)" />
- <path
- d="m 14.151384,19.071745 9.106893,5.257867"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 29.852923,20.522191 20.746031,15.264324"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 20.746031,15.264324 18.233784,16.71477"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 18.233784,16.71477 -4.0824,2.356975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 27.340677,11.456903 -6.594646,3.807421"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 23.258277,24.329612 v 7.614841"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 23.258277,31.944453 20.746031,30.494007"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 20.746031,30.494007 14.151384,26.686586"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 14.151384,26.686586 V 19.071745"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 20.746031,0.03464102 11.639138,5.292508"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 11.639138,5.292508 9.1268921,3.842062"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 9.1268921,3.842062 5.044492,1.485087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 27.340677,3.842062 18.233784,9.099929"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 18.233784,9.099929 11.639138,5.292508"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 18.233784,9.099929 V 16.71477"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 18.233784,16.71477 9.1268921,11.456903"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 9.1268921,11.456903 V 3.842062"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 5.044492,24.329612 6.594646,-3.807421"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 11.639138,20.522191 2.532246,15.264324"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 11.639138,20.522191 2.512246,-1.450446"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 9.1268921,11.456903 2.532246,15.264324"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 5.044492,24.329612 v 7.614841"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 5.044492,31.944453 9.106892,-5.257867"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 20.746031,30.494007 -9.106893,5.257867"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 9.1268921,34.301428 5.044492,31.944453"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 9.1268921,3.842062 0.02,9.099929"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <circle
- cx="14.151384"
- cy="19.071745"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle58" />
-</svg>
+ <polygon class="para" points="-22.767231,-38.074208 -22.767231,38.074208 22.767231,38.074208 22.767231,-38.074208 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,14.151384,19.071745)"/>
+ <path d="m 14.151384,19.071745 9.106893,5.257867" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 29.852923,20.522191 20.746031,15.264324" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 20.746031,15.264324 18.233784,16.71477" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 18.233784,16.71477 -4.0824,2.356975" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 27.340677,11.456903 -6.594646,3.807421" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 23.258277,24.329612 v 7.614841" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 23.258277,31.944453 20.746031,30.494007" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 20.746031,30.494007 14.151384,26.686586" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 14.151384,26.686586 V 19.071745" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 20.746031,0.03464102 11.639138,5.292508" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 11.639138,5.292508 9.1268921,3.842062" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 9.1268921,3.842062 5.044492,1.485087" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 27.340677,3.842062 18.233784,9.099929" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 18.233784,9.099929 11.639138,5.292508" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 18.233784,9.099929 V 16.71477" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 18.233784,16.71477 9.1268921,11.456903" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 9.1268921,11.456903 V 3.842062" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 5.044492,24.329612 6.594646,-3.807421" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 11.639138,20.522191 2.532246,15.264324" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 11.639138,20.522191 2.512246,-1.450446" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 9.1268921,11.456903 2.532246,15.264324" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 5.044492,24.329612 v 7.614841" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 5.044492,31.944453 9.106892,-5.257867" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 20.746031,30.494007 -9.106893,5.257867" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 9.1268921,34.301428 5.044492,31.944453" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 9.1268921,3.842062 0.02,9.099929" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-31-awesome.svg b/tiles/N4-31-awesome.svg
index aca03765..e4c15534 100644
--- a/tiles/N4-31-awesome.svg
+++ b/tiles/N4-31-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="20.334429"
- height="20.533606"
- viewBox="0 0 20.334429 20.533606"
- version="1.1"
- id="svg38"
- sodipodi:docname="N4-31-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs42" />
- <sodipodi:namedview
- id="namedview40"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="20.334429" height="20.533606" viewBox="0 0 20.334429 20.533606" version="1.1" id="svg38" sodipodi:docname="N4-31-awesome.svg">
+ <defs id="defs42"/>
+ <sodipodi:namedview id="namedview40" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,76 +11,20 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-25.318034,-21.926061 -25.318034,21.926061 25.318034,21.926061 25.318034,-21.926061 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,10.167214,8.8050653)" />
- <path
- d="M 10.167214,8.8050653 H 20.294428"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 20.294428,8.8050653 V 2.9581158"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 20.294428,2.9581158 15.230821,0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 15.230821,0.03464102 10.167214,8.8050653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 5.1036072,17.575489 0.04,20.498964"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 5.1036072,17.575489 0.04,8.8050653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 5.1036072,17.575489 10.167214,14.652015"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 10.167214,14.652015 V 8.8050653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 10.167214,8.8050653 H 0.04"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 15.230821,17.575489 10.167214,14.652015"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 15.230821,17.575489 20.294428,8.8050653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 20.294428,20.498964 15.230821,17.575489"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 0.04,8.8050653 V 2.9581158"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 10.167214,8.8050653 5.1036072,0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 5.1036072,0.03464102 0.04,2.9581158"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <circle
- cx="10.167214"
- cy="8.8050652"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle36" />
-</svg>
+ <polygon class="para" points="-25.318034,-21.926061 -25.318034,21.926061 25.318034,21.926061 25.318034,-21.926061 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,10.167214,8.8050653)"/>
+ <path d="M 10.167214,8.8050653 H 20.294428" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 20.294428,8.8050653 V 2.9581158" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 20.294428,2.9581158 15.230821,0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 15.230821,0.03464102 10.167214,8.8050653" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 5.1036072,17.575489 0.04,20.498964" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 5.1036072,17.575489 0.04,8.8050653" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 5.1036072,17.575489 10.167214,14.652015" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 10.167214,14.652015 V 8.8050653" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 10.167214,8.8050653 H 0.04" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 15.230821,17.575489 10.167214,14.652015" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 15.230821,17.575489 20.294428,8.8050653" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 20.294428,20.498964 15.230821,17.575489" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 0.04,8.8050653 V 2.9581158" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 10.167214,8.8050653 5.1036072,0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 5.1036072,0.03464102 0.04,2.9581158" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-38.svg b/tiles/N4-38.svg
index 1f43744c..b3e7c589 100644
--- a/tiles/N4-38.svg
+++ b/tiles/N4-38.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="57.566338"
- height="46.354561"
- viewBox="0 0 57.566338 46.354561"
- version="1.1"
- id="svg98"
- sodipodi:docname="N4-38.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs102" />
- <sodipodi:namedview
- id="namedview100"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="57.566338" height="46.354561" viewBox="0 0 57.566338 46.354561" version="1.1" id="svg98" sodipodi:docname="N4-38.svg">
+ <defs id="defs102"/>
+ <sodipodi:namedview id="namedview100" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,196 +11,50 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="33.395786,33.395786 -57.843199,57.843199 -33.395786,-33.395786 57.843199,-57.843199 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,28.783168,23.17728)" />
- <path
- d="m 28.783168,23.17728 11.56864,6.679157"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 40.351808,29.856437 2.822944,-4.889482"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 43.174752,24.966955 44.208021,23.17728"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 44.208021,23.17728 40.351808,16.498123"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 40.351808,16.498123 28.783168,23.17728"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 28.783168,23.17728 V 36.535595"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 28.783168,36.535595 h 5.645888"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 34.429056,36.535595 h 2.066539"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 36.495595,36.535595 3.856213,-6.679158"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 28.783168,23.17728 -11.56864,6.679157"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 17.214528,29.856437 0.803701,1.392051"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 18.018229,31.248488 2.019243,3.497432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 20.037472,34.74592 1.033269,1.789675"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 21.070741,36.535595 h 7.712427"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 28.783168,23.17728 17.214528,16.498123"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 17.214528,16.498123 -2.822944,4.889482"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 14.391584,21.387605 13.358315,23.17728"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 13.358315,23.17728 3.856213,6.679157"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 28.783168,23.17728 V 9.818965"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 28.783168,9.818965 H 23.13728"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 23.13728,9.818965 H 21.070741"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 21.070741,9.818965 -3.856213,6.679158"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 40.351808,16.498123 37.528864,11.60864"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 37.528864,11.60864 36.495595,9.818965"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 36.495595,9.818965 H 28.783168"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 44.208021,23.17728 5.645888,-9.778965"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 50.887178,11.60864 44.208021,7.752427"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 44.208021,7.752427 37.528864,11.60864"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 36.495595,36.535595 H 47.787371"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 49.853909,28.823168 43.174752,24.966955"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="m 21.070741,36.535595 1.153155,1.997322"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="m 22.223896,38.532917 4.492733,7.781643"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 34.429056,44.248021 V 36.535595"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 13.358315,23.17728 11.489536,26.4141"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="M 11.489536,26.4141 7.712427,32.956245"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="m 6.679158,34.74592 6.679157,3.856213"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 13.358315,38.602133 20.037472,34.74592"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="M 21.070741,9.818965 H 9.778965"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="m 7.712427,17.531392 6.679157,3.856213"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="M 36.495595,9.818965 30.849706,0.04"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="M 23.13728,2.106539 V 9.818965"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="M 0,46.31456 H 11.291776"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <path
- d="M 13.358315,46.31456 V 38.602133"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="M 57.566336,0.04 H 46.27456"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="M 44.208021,0.04 V 7.752427"
- style="stroke:#000000;stroke-width:0.08px"
- id="path94" />
- <circle
- cx="28.783169"
- cy="23.17728"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle96" />
-</svg>
+ <polygon class="para" points="33.395786,33.395786 -57.843199,57.843199 -33.395786,-33.395786 57.843199,-57.843199 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,28.783168,23.17728)"/>
+ <path d="m 28.783168,23.17728 11.56864,6.679157" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 40.351808,29.856437 2.822944,-4.889482" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 43.174752,24.966955 44.208021,23.17728" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 44.208021,23.17728 40.351808,16.498123" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 40.351808,16.498123 28.783168,23.17728" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 28.783168,23.17728 V 36.535595" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 28.783168,36.535595 h 5.645888" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 34.429056,36.535595 h 2.066539" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 36.495595,36.535595 3.856213,-6.679158" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 28.783168,23.17728 -11.56864,6.679157" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 17.214528,29.856437 0.803701,1.392051" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 18.018229,31.248488 2.019243,3.497432" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 20.037472,34.74592 1.033269,1.789675" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 21.070741,36.535595 h 7.712427" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 28.783168,23.17728 17.214528,16.498123" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 17.214528,16.498123 -2.822944,4.889482" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 14.391584,21.387605 13.358315,23.17728" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 13.358315,23.17728 3.856213,6.679157" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 28.783168,23.17728 V 9.818965" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 28.783168,9.818965 H 23.13728" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 23.13728,9.818965 H 21.070741" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 21.070741,9.818965 -3.856213,6.679158" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 40.351808,16.498123 37.528864,11.60864" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 37.528864,11.60864 36.495595,9.818965" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 36.495595,9.818965 H 28.783168" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 44.208021,23.17728 5.645888,-9.778965" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 50.887178,11.60864 44.208021,7.752427" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 44.208021,7.752427 37.528864,11.60864" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 36.495595,36.535595 H 47.787371" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 49.853909,28.823168 43.174752,24.966955" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="m 21.070741,36.535595 1.153155,1.997322" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="m 22.223896,38.532917 4.492733,7.781643" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 34.429056,44.248021 V 36.535595" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 13.358315,23.17728 11.489536,26.4141" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="M 11.489536,26.4141 7.712427,32.956245" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="m 6.679158,34.74592 6.679157,3.856213" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 13.358315,38.602133 20.037472,34.74592" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="M 21.070741,9.818965 H 9.778965" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="m 7.712427,17.531392 6.679157,3.856213" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="M 36.495595,9.818965 30.849706,0.04" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="M 23.13728,2.106539 V 9.818965" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="M 0,46.31456 H 11.291776" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ <path d="M 13.358315,46.31456 V 38.602133" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="M 57.566336,0.04 H 46.27456" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="M 44.208021,0.04 V 7.752427" style="stroke:#000000;stroke-width:0.08px" id="path94"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-42e.svg b/tiles/N4-42e.svg
index 7370465e..edc5ba37 100644
--- a/tiles/N4-42e.svg
+++ b/tiles/N4-42e.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="34.011124"
- height="19.785473"
- viewBox="0 0 34.011124 19.785473"
- version="1.1"
- id="svg48"
- sodipodi:docname="N4-42e.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs52" />
- <sodipodi:namedview
- id="namedview50"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="34.011124" height="19.785473" viewBox="0 0 34.011124 19.785473" version="1.1" id="svg48" sodipodi:docname="N4-42e.svg">
+ <defs id="defs52"/>
+ <sodipodi:namedview id="namedview50" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,96 +11,25 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-18.75887,-24.631841 -18.75887,24.631841 18.75887,24.631841 18.75887,-24.631841 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,18.387975,9.8927365)" />
- <path
- d="M 18.387975,9.8927365 H 28.892942"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 34.003127,6.4442787 19.517222,3.4884578"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 19.517222,3.4884578 18.996031,6.4442787"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 18.996031,6.4442787 18.387975,9.8927365"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 30.630245,0.04 H 23.877052"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 23.877052,0.04 H 20.125278"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 20.125278,0.04 19.517222,3.4884578"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 20.125278,0.04 H 15.623149"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 20.125278,19.745473 H 15.623149"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 15.623149,19.745473 H 6.6188911"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 0.00799714,16.297015 14.493902,13.341194"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 14.493902,13.341194 0.521191,2.955821"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 15.015093,16.297015 0.608056,3.448458"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 6.3822981,9.8927365 H 13.885846"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 13.885846,9.8927365 0.608056,3.4484575"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 30.630245,19.745473 H 20.125278"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 15.015093,16.297015 29.500998,13.341194"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 13.885846,9.8927365 h 4.502129"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 18.996031,6.4442787 4.5101261,3.4884578"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 15.623149,0.04 H 5.1181821"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <circle
- cx="18.387976"
- cy="9.8927364"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle46" />
-</svg>
+ <polygon class="para" points="-18.75887,-24.631841 -18.75887,24.631841 18.75887,24.631841 18.75887,-24.631841 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,18.387975,9.8927365)"/>
+ <path d="M 18.387975,9.8927365 H 28.892942" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 34.003127,6.4442787 19.517222,3.4884578" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 19.517222,3.4884578 18.996031,6.4442787" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 18.996031,6.4442787 18.387975,9.8927365" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 30.630245,0.04 H 23.877052" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 23.877052,0.04 H 20.125278" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 20.125278,0.04 19.517222,3.4884578" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 20.125278,0.04 H 15.623149" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 20.125278,19.745473 H 15.623149" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 15.623149,19.745473 H 6.6188911" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 0.00799714,16.297015 14.493902,13.341194" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 14.493902,13.341194 0.521191,2.955821" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 15.015093,16.297015 0.608056,3.448458" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 6.3822981,9.8927365 H 13.885846" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 13.885846,9.8927365 0.608056,3.4484575" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 30.630245,19.745473 H 20.125278" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 15.015093,16.297015 29.500998,13.341194" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 13.885846,9.8927365 h 4.502129" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 18.996031,6.4442787 4.5101261,3.4884578" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 15.623149,0.04 H 5.1181821" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-44.svg b/tiles/N4-44.svg
index 19fbdd90..4de95bbd 100644
--- a/tiles/N4-44.svg
+++ b/tiles/N4-44.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="35.608139"
- height="35.073841"
- viewBox="0 0 35.608139 35.073841"
- version="1.1"
- id="svg68"
- sodipodi:docname="N4-44.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs72" />
- <sodipodi:namedview
- id="namedview70"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="35.608139" height="35.073841" viewBox="0 0 35.608139 35.073841" version="1.1" id="svg68" sodipodi:docname="N4-44.svg">
+ <defs id="defs72"/>
+ <sodipodi:namedview id="namedview70" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,136 +11,35 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="12.824518,-43.622194 30.058497,34.115259 -12.824518,43.622194 -30.058497,-34.115259 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,18.438027,17.448878)" />
- <path
- d="m 18.438027,17.448878 h 4.499066"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 22.937093,17.448878 27.01463,15.54749"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 31.092168,13.646103 22.937093,9.843329"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 22.937093,9.843329 18.438027,7.7453805"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 18.438027,7.7453805 V 17.448878"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 18.438027,17.448878 H 13.938962"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 13.938962,17.448878 5.783886,13.646103"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 5.783886,13.646103 18.438027,7.7453805"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 5.783886,3.9426062 h 4.499066"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 10.282952,3.9426062 8.155075,3.8027743"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 9.8614243,19.350265 13.938962,17.448878"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 22.937093,17.448878 -5.783887,6.892967"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 17.153206,24.341845 -3.190907,3.802774"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 13.962299,28.144619 9.8614243,19.350265"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 0,28.144619 H 13.962299"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 8.178413,35.037587 5.783886,-6.892968"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 29.830684,31.234813 h 4.499065"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 29.830684,31.234813 H 25.331619"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 25.331619,31.234813 21.254081,33.1362"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 21.254081,33.1362 -4.077538,1.901387"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 14.36049,2.0412192 18.438027,0.13983224"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 14.36049,2.0412192 -4.077538,1.901387"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 22.937093,9.843329 35.591234,3.9426062"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 22.937093,0.13983224 h 4.499065"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 22.937093,9.843329 V 0.13983224"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 22.937093,0.13983224 H 18.438027"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 31.115506,24.341845 27.01463,15.54749"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 17.153206,24.341845 h 13.9623"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="m 25.331619,31.234813 5.783887,-6.892968"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 17.153206,24.341845 21.254081,33.1362"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <circle
- cx="18.438026"
- cy="17.448877"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle66" />
-</svg>
+ <polygon class="para" points="12.824518,-43.622194 30.058497,34.115259 -12.824518,43.622194 -30.058497,-34.115259 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,18.438027,17.448878)"/>
+ <path d="m 18.438027,17.448878 h 4.499066" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 22.937093,17.448878 27.01463,15.54749" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 31.092168,13.646103 22.937093,9.843329" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 22.937093,9.843329 18.438027,7.7453805" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 18.438027,7.7453805 V 17.448878" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 18.438027,17.448878 H 13.938962" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 13.938962,17.448878 5.783886,13.646103" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 5.783886,13.646103 18.438027,7.7453805" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 5.783886,3.9426062 h 4.499066" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 10.282952,3.9426062 8.155075,3.8027743" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 9.8614243,19.350265 13.938962,17.448878" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 22.937093,17.448878 -5.783887,6.892967" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 17.153206,24.341845 -3.190907,3.802774" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 13.962299,28.144619 9.8614243,19.350265" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 0,28.144619 H 13.962299" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 8.178413,35.037587 5.783886,-6.892968" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 29.830684,31.234813 h 4.499065" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 29.830684,31.234813 H 25.331619" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 25.331619,31.234813 21.254081,33.1362" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 21.254081,33.1362 -4.077538,1.901387" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 14.36049,2.0412192 18.438027,0.13983224" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 14.36049,2.0412192 -4.077538,1.901387" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 22.937093,9.843329 35.591234,3.9426062" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 22.937093,0.13983224 h 4.499065" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 22.937093,9.843329 V 0.13983224" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 22.937093,0.13983224 H 18.438027" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 31.115506,24.341845 27.01463,15.54749" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 17.153206,24.341845 h 13.9623" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="m 25.331619,31.234813 5.783887,-6.892968" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 17.153206,24.341845 21.254081,33.1362" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-52.svg b/tiles/N4-52.svg
index 5b6b5de7..ce66e4e6 100644
--- a/tiles/N4-52.svg
+++ b/tiles/N4-52.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="45.781956"
- height="43.139114"
- viewBox="0 0 45.781956 43.139114"
- version="1.1"
- id="svg68"
- sodipodi:docname="N4-52.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs72" />
- <sodipodi:namedview
- id="namedview70"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="45.781956" height="43.139114" viewBox="0 0 45.781956 43.139114" version="1.1" id="svg68" sodipodi:docname="N4-52.svg">
+ <defs id="defs72"/>
+ <sodipodi:namedview id="namedview70" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,136 +11,35 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="13.720218,-53.923891 -55.487157,4.1479917 -13.720218,53.923891 55.487157,-4.1479917 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,23.587094,21.569556)" />
- <path
- d="m 23.587094,21.569556 h 4.885899"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 28.472993,21.569556 h 5.222856"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 33.695849,21.569556 1.43355,-8.130063"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 35.129399,13.439493 26.249401,6.4708664"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 26.249401,6.4708664 -0.90694,5.1435096"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 25.342461,11.614376 -1.755367,9.95518"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 27.097828,1.6591964 -0.848427,4.81167"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 35.129399,13.439493 36.358156,6.4708664"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 33.695849,21.569556 H 43.804604"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 43.804604,21.569556 0.585122,-3.318393"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 33.793754,31.524736 -5.320761,-9.95518"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 18.462143,31.524736 1.755367,-9.95518"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 20.21751,21.569556 h 3.369584"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 33.793754,31.524736 H 26.717626"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 26.717626,31.524736 H 18.462143"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 32.038387,41.479916 -5.320761,-9.95518"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 16.706776,41.479916 0.848427,-4.81167"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 17.555203,36.668246 0.264768,-1.501573"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 17.819971,35.166673 0.642172,-3.641937"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 26.815531,41.479916 H 16.706776"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 10.108755,21.569556 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 7.446449,36.668246 8.675205,29.69962"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 8.675205,29.69962 1.43355,-8.130064"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 17.555203,36.668246 8.675205,29.69962"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 20.21751,21.569556 H 15.331611"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 15.331611,21.569556 H 10.108755"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 25.342461,11.614376 H 17.086978"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 17.086978,11.614376 11.766217,1.6591964"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 17.086978,11.614376 H 10.01085"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 15.331611,21.569556 10.01085,11.614376"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <circle
- cx="23.587095"
- cy="21.569557"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle66" />
-</svg>
+ <polygon class="para" points="13.720218,-53.923891 -55.487157,4.1479917 -13.720218,53.923891 55.487157,-4.1479917 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,23.587094,21.569556)"/>
+ <path d="m 23.587094,21.569556 h 4.885899" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 28.472993,21.569556 h 5.222856" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 33.695849,21.569556 1.43355,-8.130063" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 35.129399,13.439493 26.249401,6.4708664" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 26.249401,6.4708664 -0.90694,5.1435096" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 25.342461,11.614376 -1.755367,9.95518" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 27.097828,1.6591964 -0.848427,4.81167" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 35.129399,13.439493 36.358156,6.4708664" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 33.695849,21.569556 H 43.804604" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 43.804604,21.569556 0.585122,-3.318393" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 33.793754,31.524736 -5.320761,-9.95518" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 18.462143,31.524736 1.755367,-9.95518" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 20.21751,21.569556 h 3.369584" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 33.793754,31.524736 H 26.717626" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 26.717626,31.524736 H 18.462143" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 32.038387,41.479916 -5.320761,-9.95518" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 16.706776,41.479916 0.848427,-4.81167" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 17.555203,36.668246 0.264768,-1.501573" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 17.819971,35.166673 0.642172,-3.641937" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 26.815531,41.479916 H 16.706776" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 10.108755,21.569556 H 0" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 7.446449,36.668246 8.675205,29.69962" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 8.675205,29.69962 1.43355,-8.130064" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 17.555203,36.668246 8.675205,29.69962" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 20.21751,21.569556 H 15.331611" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 15.331611,21.569556 H 10.108755" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 25.342461,11.614376 H 17.086978" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 17.086978,11.614376 11.766217,1.6591964" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 17.086978,11.614376 H 10.01085" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 15.331611,21.569556 10.01085,11.614376" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-54d.svg b/tiles/N4-54d.svg
index bcbddced..6bcc6b4b 100644
--- a/tiles/N4-54d.svg
+++ b/tiles/N4-54d.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="30.331474"
- height="38.426754"
- viewBox="0 0 30.331474 38.426754"
- version="1.1"
- id="svg66"
- sodipodi:docname="N4-54d.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs70" />
- <sodipodi:namedview
- id="namedview68"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="30.331474" height="38.426754" viewBox="0 0 30.331474 38.426754" version="1.1" id="svg66" sodipodi:docname="N4-54d.svg">
+ <defs id="defs70"/>
+ <sodipodi:namedview id="namedview68" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,132 +11,34 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-25.001773,-36.294351 -35.90738,25.554424 25.001773,36.294351 35.90738,-25.554424 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,15.550382,16.672672)" />
- <path
- d="m 15.550382,16.672672 h 3.768174"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 19.318556,16.672672 H 28.11096"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 28.11096,16.672672 0.654337,-3.710927"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 28.765297,12.961745 17.077167,8.0138431"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 17.077167,8.0138431 15.550382,16.672672"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 13.369261,29.042427 1.526785,-8.658829"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 14.896046,20.383598 0.654336,-3.710926"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 19.318556,16.672672 2.84311,12.369755"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 22.161666,29.042427 H 13.369261"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 28.11096,16.672672 26.584175,25.3315"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 26.584175,25.3315 -0.654336,3.710927"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 25.929839,29.042427 H 22.161666"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 24.403054,37.701255 1.526785,-8.658828"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 13.369261,29.042427 9.8283358,27.753635"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 9.8283358,27.753635 1.5661783,24.746456"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 1.5661783,24.746456 0.654336,-3.710927"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 2.2205143,21.035529 14.896046,20.383598"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 9.8283358,27.753635 2.9259813,38.405002"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 1.5661783,24.746456 0.03939231,33.405284"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 30.292082,4.3029166 28.765297,12.961745"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 26.523908,4.3029166 H 17.731504"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 17.731504,4.3029166 17.077167,8.0138431"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 17.731504,4.3029166 14.190579,3.0141254"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 14.190579,3.0141254 7.2882242,13.665492"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 7.2882242,13.665492 8.2621578,3.00718"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 5.9284213,0.00694593 4.4016363,8.6657743"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 4.4016363,8.6657743 3.7472993,12.376701"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 3.7472993,12.376701 3.5409249,1.288791"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="m 2.2205143,21.035529 1.526785,-8.658828"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <circle
- cx="15.550383"
- cy="16.672672"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle64" />
-</svg>
+ <polygon class="para" points="-25.001773,-36.294351 -35.90738,25.554424 25.001773,36.294351 35.90738,-25.554424 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,15.550382,16.672672)"/>
+ <path d="m 15.550382,16.672672 h 3.768174" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 19.318556,16.672672 H 28.11096" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 28.11096,16.672672 0.654337,-3.710927" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 28.765297,12.961745 17.077167,8.0138431" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 17.077167,8.0138431 15.550382,16.672672" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 13.369261,29.042427 1.526785,-8.658829" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 14.896046,20.383598 0.654336,-3.710926" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 19.318556,16.672672 2.84311,12.369755" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 22.161666,29.042427 H 13.369261" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 28.11096,16.672672 26.584175,25.3315" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 26.584175,25.3315 -0.654336,3.710927" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 25.929839,29.042427 H 22.161666" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 24.403054,37.701255 1.526785,-8.658828" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 13.369261,29.042427 9.8283358,27.753635" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 9.8283358,27.753635 1.5661783,24.746456" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 1.5661783,24.746456 0.654336,-3.710927" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 2.2205143,21.035529 14.896046,20.383598" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 9.8283358,27.753635 2.9259813,38.405002" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 1.5661783,24.746456 0.03939231,33.405284" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 30.292082,4.3029166 28.765297,12.961745" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 26.523908,4.3029166 H 17.731504" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 17.731504,4.3029166 17.077167,8.0138431" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 17.731504,4.3029166 14.190579,3.0141254" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 14.190579,3.0141254 7.2882242,13.665492" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 7.2882242,13.665492 8.2621578,3.00718" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 5.9284213,0.00694593 4.4016363,8.6657743" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 4.4016363,8.6657743 3.7472993,12.376701" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 3.7472993,12.376701 3.5409249,1.288791" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="m 2.2205143,21.035529 1.526785,-8.658828" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-5a-2.svg b/tiles/N4-5a-2.svg
index 2dcd0670..ba044be8 100644
--- a/tiles/N4-5a-2.svg
+++ b/tiles/N4-5a-2.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="43.54388"
- height="20.792471"
- viewBox="0 0 43.54388 20.792472"
- version="1.1"
- id="svg36"
- sodipodi:docname="N4-5a-2.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs40" />
- <sodipodi:namedview
- id="namedview38"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="43.54388" height="20.792471" viewBox="0 0 43.54388 20.792472" version="1.1" id="svg36" sodipodi:docname="N4-5a-2.svg">
+ <defs id="defs40"/>
+ <sodipodi:namedview id="namedview38" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,72 +11,19 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="13.709567,-15.08542 24.591298,2.1514598 -13.709567,15.08542 -24.591298,-2.1514598 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.6,0,0,0.6,21.31953,11.681219)" />
- <path
- d="m 21.31953,11.681219 h 7.433859"
- style="stroke:#000000;stroke-width:0.12px"
- id="path6" />
- <path
- d="M 28.753389,11.681219 29.54527,2.6299664"
- style="stroke:#000000;stroke-width:0.12px"
- id="path8" />
- <path
- d="M 29.54527,2.6299664 13.99861,10.390343"
- style="stroke:#000000;stroke-width:0.12px"
- id="path10" />
- <path
- d="m 13.99861,10.390343 7.32092,1.290876"
- style="stroke:#000000;stroke-width:0.12px"
- id="path12" />
- <path
- d="m 21.31953,11.681219 -0.791882,9.051252"
- style="stroke:#000000;stroke-width:0.12px"
- id="path14" />
- <path
- d="M 20.527648,20.732471 36.07431,12.972095"
- style="stroke:#000000;stroke-width:0.12px"
- id="path16" />
- <path
- d="M 36.07431,12.972095 28.753389,11.681219"
- style="stroke:#000000;stroke-width:0.12px"
- id="path18" />
- <path
- d="M 29.54527,2.6299664 43.508167,12.972095"
- style="stroke:#000000;stroke-width:0.12px"
- id="path20" />
- <path
- d="M 20.527648,20.732471 6.5647517,10.390343"
- style="stroke:#000000;stroke-width:0.12px"
- id="path22" />
- <path
- d="M 6.5647517,10.390343 H 13.99861"
- style="stroke:#000000;stroke-width:0.12px"
- id="path24" />
- <path
- d="M 20.527648,20.732471 H 13.093791"
- style="stroke:#000000;stroke-width:0.12px"
- id="path26" />
- <path
- d="M 0.03571196,0.04821468 13.99861,10.390343"
- style="stroke:#000000;stroke-width:0.12px"
- id="path28" />
- <path
- d="M 14.790492,1.3390906 13.99861,10.390343"
- style="stroke:#000000;stroke-width:0.12px"
- id="path30" />
- <path
- d="M 29.54527,2.6299664 22.224349,1.3390906"
- style="stroke:#000000;stroke-width:0.12px"
- id="path32" />
- <circle
- cx="21.31953"
- cy="11.681219"
- r="5.6692915"
- style="fill:none;stroke:#0000ff;stroke-width:0.12px"
- id="circle34" />
-</svg>
+ <polygon class="para" points="13.709567,-15.08542 24.591298,2.1514598 -13.709567,15.08542 -24.591298,-2.1514598 " style="stroke:none" id="polygon4" transform="matrix(0.6,0,0,0.6,21.31953,11.681219)"/>
+ <path d="m 21.31953,11.681219 h 7.433859" style="stroke:#000000;stroke-width:0.12px" id="path6"/>
+ <path d="M 28.753389,11.681219 29.54527,2.6299664" style="stroke:#000000;stroke-width:0.12px" id="path8"/>
+ <path d="M 29.54527,2.6299664 13.99861,10.390343" style="stroke:#000000;stroke-width:0.12px" id="path10"/>
+ <path d="m 13.99861,10.390343 7.32092,1.290876" style="stroke:#000000;stroke-width:0.12px" id="path12"/>
+ <path d="m 21.31953,11.681219 -0.791882,9.051252" style="stroke:#000000;stroke-width:0.12px" id="path14"/>
+ <path d="M 20.527648,20.732471 36.07431,12.972095" style="stroke:#000000;stroke-width:0.12px" id="path16"/>
+ <path d="M 36.07431,12.972095 28.753389,11.681219" style="stroke:#000000;stroke-width:0.12px" id="path18"/>
+ <path d="M 29.54527,2.6299664 43.508167,12.972095" style="stroke:#000000;stroke-width:0.12px" id="path20"/>
+ <path d="M 20.527648,20.732471 6.5647517,10.390343" style="stroke:#000000;stroke-width:0.12px" id="path22"/>
+ <path d="M 6.5647517,10.390343 H 13.99861" style="stroke:#000000;stroke-width:0.12px" id="path24"/>
+ <path d="M 20.527648,20.732471 H 13.093791" style="stroke:#000000;stroke-width:0.12px" id="path26"/>
+ <path d="M 0.03571196,0.04821468 13.99861,10.390343" style="stroke:#000000;stroke-width:0.12px" id="path28"/>
+ <path d="M 14.790492,1.3390906 13.99861,10.390343" style="stroke:#000000;stroke-width:0.12px" id="path30"/>
+ <path d="M 29.54527,2.6299664 22.224349,1.3390906" style="stroke:#000000;stroke-width:0.12px" id="path32"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-5a.svg b/tiles/N4-5a.svg
index 6b4a05fd..52cceab3 100644
--- a/tiles/N4-5a.svg
+++ b/tiles/N4-5a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="27.62339"
- height="18.537838"
- viewBox="0 0 27.62339 18.537838"
- version="1.1"
- id="svg58"
- sodipodi:docname="N4-5a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs62" />
- <sodipodi:namedview
- id="namedview60"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="27.62339" height="18.537838" viewBox="0 0 27.62339 18.537838" version="1.1" id="svg58" sodipodi:docname="N4-5a.svg">
+ <defs id="defs62"/>
+ <sodipodi:namedview id="namedview60" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,116 +11,30 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="22.407101,12.936746 -24.066886,15.811578 -22.407101,-12.936746 24.066886,-15.811578 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,12.649009,12.173207)" />
- <path
- d="m 12.649009,12.173207 h 5.975227"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 18.624236,12.173207 22.275764,5.8485756"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 22.275764,5.8485756 9.6613955,6.9985087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 9.6613955,6.9985087 12.649009,12.173207"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 12.649009,12.173207 8.9974814,18.497838"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 8.9974814,18.497838 21.611849,17.347905"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 21.611849,17.347905 18.624236,12.173207"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 21.611849,17.347905 18.624236,12.173207"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 22.275764,5.8485756 27.587076,17.347905"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 9.6613955,6.9985087 12.649009,12.173207"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 12.649009,12.173207 8.9974814,18.497838"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 8.9974814,18.497838 5.3459538,10.592049"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 5.3459538,10.592049 3.6861686,6.9985087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 3.6861686,6.9985087 H 9.6613955"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 0.03464102,13.32314 3.6861686,6.9985087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 3.6861686,6.9985087 5.3459538,10.592049"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 5.3459538,10.592049 3.6515276,7.905789"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 8.9974814,18.497838 H 3.0222545"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 6.4366699,0.01677256 9.6613955,6.9985087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 9.6613955,6.9985087 H 3.6861686"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 13.312923,0.67387756 9.6613955,6.9985087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 9.6613955,6.9985087 22.275764,5.8485756"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 13.312923,0.67387756 9.6613955,6.9985087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 9.6613955,6.9985087 6.4366699,0.01677256"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 3.0222545,18.497838 H 8.9974814"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <circle
- cx="12.649009"
- cy="12.173207"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle56" />
-</svg>
+ <polygon class="para" points="22.407101,12.936746 -24.066886,15.811578 -22.407101,-12.936746 24.066886,-15.811578 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,12.649009,12.173207)"/>
+ <path d="m 12.649009,12.173207 h 5.975227" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 18.624236,12.173207 22.275764,5.8485756" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 22.275764,5.8485756 9.6613955,6.9985087" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 9.6613955,6.9985087 12.649009,12.173207" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 12.649009,12.173207 8.9974814,18.497838" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 8.9974814,18.497838 21.611849,17.347905" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 21.611849,17.347905 18.624236,12.173207" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 21.611849,17.347905 18.624236,12.173207" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 22.275764,5.8485756 27.587076,17.347905" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 9.6613955,6.9985087 12.649009,12.173207" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 12.649009,12.173207 8.9974814,18.497838" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 8.9974814,18.497838 5.3459538,10.592049" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 5.3459538,10.592049 3.6861686,6.9985087" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 3.6861686,6.9985087 H 9.6613955" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 0.03464102,13.32314 3.6861686,6.9985087" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 3.6861686,6.9985087 5.3459538,10.592049" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 5.3459538,10.592049 3.6515276,7.905789" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 8.9974814,18.497838 H 3.0222545" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 6.4366699,0.01677256 9.6613955,6.9985087" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 9.6613955,6.9985087 H 3.6861686" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 13.312923,0.67387756 9.6613955,6.9985087" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 9.6613955,6.9985087 22.275764,5.8485756" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 13.312923,0.67387756 9.6613955,6.9985087" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 9.6613955,6.9985087 6.4366699,0.01677256" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 3.0222545,18.497838 H 8.9974814" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-82.svg b/tiles/N4-82.svg
index 40a28633..243d6608 100644
--- a/tiles/N4-82.svg
+++ b/tiles/N4-82.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="34.511963"
- height="48.114979"
- viewBox="0 0 34.511963 48.114979"
- version="1.1"
- id="svg50"
- sodipodi:docname="N4-82.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs54" />
- <sodipodi:namedview
- id="namedview52"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="34.511963" height="48.114979" viewBox="0 0 34.511963 48.114979" version="1.1" id="svg50" sodipodi:docname="N4-82.svg">
+ <defs id="defs54"/>
+ <sodipodi:namedview id="namedview52" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,100 +11,26 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="43.139955,15.03159 -7.3120519,-45.094771 -43.139955,-15.03159 7.3120519,45.094771 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,17.255982,24.05749)" />
- <path
- d="m 17.255982,24.05749 h 8.140521"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 25.396503,24.05749 h 4.07026"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 30.88035,16.040642 H 18.669569"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 18.669569,16.040642 -0.706794,4.008424"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 17.962775,20.049066 17.255982,24.05749"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 19.376362,12.032218 -0.706793,4.008424"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 13.356221,0.00694593 11.235841,12.032218"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 11.235841,12.032218 H 7.165581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 19.376362,12.032218 H 11.235841"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 15.135602,36.082762 1.413587,-8.016848"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 16.549189,28.065914 H 4.338407"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 17.962775,20.049066 H 5.751994"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 5.751994,20.049066 5.045201,24.05749"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 16.549189,28.065914 17.255982,24.05749"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 7.165581,12.032218 5.751994,20.049066"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 25.396503,24.05749 -2.12038,12.025272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 23.276123,36.082762 H 19.205862"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 19.205862,36.082762 h -4.07026"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 33.537024,24.05749 -2.12038,12.025272"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 27.346383,36.082762 h -4.07026"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 19.205862,36.082762 17.085483,48.108034"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <circle
- cx="17.255981"
- cy="24.057489"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle48" />
-</svg>
+ <polygon class="para" points="43.139955,15.03159 -7.3120519,-45.094771 -43.139955,-15.03159 7.3120519,45.094771 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,17.255982,24.05749)"/>
+ <path d="m 17.255982,24.05749 h 8.140521" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 25.396503,24.05749 h 4.07026" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 30.88035,16.040642 H 18.669569" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 18.669569,16.040642 -0.706794,4.008424" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 17.962775,20.049066 17.255982,24.05749" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 19.376362,12.032218 -0.706793,4.008424" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 13.356221,0.00694593 11.235841,12.032218" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 11.235841,12.032218 H 7.165581" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 19.376362,12.032218 H 11.235841" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 15.135602,36.082762 1.413587,-8.016848" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 16.549189,28.065914 H 4.338407" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 17.962775,20.049066 H 5.751994" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 5.751994,20.049066 5.045201,24.05749" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 16.549189,28.065914 17.255982,24.05749" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 7.165581,12.032218 5.751994,20.049066" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 25.396503,24.05749 -2.12038,12.025272" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 23.276123,36.082762 H 19.205862" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 19.205862,36.082762 h -4.07026" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 33.537024,24.05749 -2.12038,12.025272" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 27.346383,36.082762 h -4.07026" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 19.205862,36.082762 17.085483,48.108034" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N4-85d.svg b/tiles/N4-85d.svg
index cc5a3c46..6714431e 100644
--- a/tiles/N4-85d.svg
+++ b/tiles/N4-85d.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="22.66276"
- height="45.16552"
- viewBox="0 0 22.66276 45.16552"
- version="1.1"
- id="svg76"
- sodipodi:docname="N4-85d.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs80" />
- <sodipodi:namedview
- id="namedview78"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="22.66276" height="45.16552" viewBox="0 0 22.66276 45.16552" version="1.1" id="svg76" sodipodi:docname="N4-85d.svg">
+ <defs id="defs80"/>
+ <sodipodi:namedview id="namedview78" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,152 +11,39 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-28.228449,-32.93319 -28.228449,32.93319 28.228449,32.93319 28.228449,-32.93319 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,11.33138,22.582759)" />
- <path
- d="M 11.33138,22.582759 H 22.62276"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 22.62276,22.582759 V 18.818966"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 22.62276,18.818966 18.858966,15.055173"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 18.858966,15.055173 11.33138,22.582759"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 11.33138,22.582759 V 11.291379"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 11.33138,11.291379 h 3.763793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 15.095173,11.291379 3.763793,3.763794"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 22.62276,18.818966 V 7.527586"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 18.858966,7.527586 -3.763793,3.763793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 11.33138,0 V 11.291379"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 0.04,45.165518 V 33.874139"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 0.04,22.582759 v 11.29138"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 0.04,33.874139 H 3.8037937"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 3.8037937,33.874139 3.7637931,3.763793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 11.33138,26.346552 v 11.29138"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 3.8037937,33.874139 7.5675868,30.110345"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 7.5675868,30.110345 11.33138,26.346552"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 7.5675868,30.110345 0.04,22.582759"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 0.04,22.582759 H 11.33138"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 11.33138,22.582759 v 3.763793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 22.62276,45.165518 V 33.874139"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 22.62276,33.874139 H 18.858966"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 18.858966,33.874139 -3.763793,3.763793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 18.858966,33.874139 15.095173,30.110345"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 15.095173,30.110345 11.33138,26.346552"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 22.62276,22.582759 v 11.29138"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 15.095173,30.110345 22.62276,22.582759"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 0.04,22.582759 V 18.818966"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 0.04,18.818966 V 7.527586"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 0.04,18.818966 3.8037937,15.055173"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 3.8037937,15.055173 11.33138,22.582759"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 11.33138,11.291379 H 7.5675868"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 7.5675868,11.291379 3.8037937,15.055173"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="m 3.8037937,7.527586 3.7637931,3.763793"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <circle
- cx="11.33138"
- cy="22.58276"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle74" />
-</svg>
+ <polygon class="para" points="-28.228449,-32.93319 -28.228449,32.93319 28.228449,32.93319 28.228449,-32.93319 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,11.33138,22.582759)"/>
+ <path d="M 11.33138,22.582759 H 22.62276" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 22.62276,22.582759 V 18.818966" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 22.62276,18.818966 18.858966,15.055173" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 18.858966,15.055173 11.33138,22.582759" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 11.33138,22.582759 V 11.291379" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 11.33138,11.291379 h 3.763793" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 15.095173,11.291379 3.763793,3.763794" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 22.62276,18.818966 V 7.527586" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 18.858966,7.527586 -3.763793,3.763793" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 11.33138,0 V 11.291379" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 0.04,45.165518 V 33.874139" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 0.04,22.582759 v 11.29138" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 0.04,33.874139 H 3.8037937" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 3.8037937,33.874139 3.7637931,3.763793" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 11.33138,26.346552 v 11.29138" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 3.8037937,33.874139 7.5675868,30.110345" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 7.5675868,30.110345 11.33138,26.346552" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 7.5675868,30.110345 0.04,22.582759" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 0.04,22.582759 H 11.33138" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 11.33138,22.582759 v 3.763793" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 22.62276,45.165518 V 33.874139" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 22.62276,33.874139 H 18.858966" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 18.858966,33.874139 -3.763793,3.763793" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 18.858966,33.874139 15.095173,30.110345" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 15.095173,30.110345 11.33138,26.346552" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 22.62276,22.582759 v 11.29138" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 15.095173,30.110345 22.62276,22.582759" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 0.04,22.582759 V 18.818966" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 0.04,18.818966 V 7.527586" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 0.04,18.818966 3.8037937,15.055173" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 3.8037937,15.055173 11.33138,22.582759" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 11.33138,11.291379 H 7.5675868" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 7.5675868,11.291379 3.8037937,15.055173" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="m 3.8037937,7.527586 3.7637931,3.763793" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N5-1e1.svg b/tiles/N5-1e1.svg
index 217e0b46..5af8aaa0 100644
--- a/tiles/N5-1e1.svg
+++ b/tiles/N5-1e1.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="87.723335"
- height="58.095192"
- viewBox="0 0 87.723335 58.095192"
- version="1.1"
- id="svg70"
- sodipodi:docname="N5-1e1.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs74" />
- <sodipodi:namedview
- id="namedview72"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="15.135154"
- inkscape:cx="35.975848"
- inkscape:cy="28.344608"
- inkscape:current-layer="svg70" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="87.723335" height="58.095192" viewBox="0 0 87.723335 58.095192" version="1.1" id="svg70" sodipodi:docname="N5-1e1.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs74"/>
+ <sodipodi:namedview id="namedview72" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="15.135154" inkscape:cx="35.975848" inkscape:cy="28.344608" inkscape:current-layer="svg70"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,113 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-96.753675,-70.756963 -109.65417,-48.412659 96.753675,70.756963 109.65417,48.412659 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,43.861668,28.302785)" />
- <path
- d="m 43.861668,28.302785 h 6.880261"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 43.861668,22.344304 v 5.958481"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 81.703105,52.13671 -3.44013,-5.958481"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 86.863302,49.157469 81.703105,52.13671"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 36.981407,22.344304 h 6.880261"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 19.780753,22.344304 h 6.880262"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 26.661015,22.344304 c 3.440131,0 6.880261,0 10.320392,0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26"
- sodipodi:nodetypes="cc" />
- <path
- d="m 24.940949,13.406582 -5.160196,2.979241"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 19.780753,16.385823 v 5.958481"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 18.060688,7.448101 H 7.740296"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 7.740296,7.448101 5.160196,8.937722"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 12.900492,16.385823 h 6.880261"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 4.300165,1.48962 7.740296,7.448101"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 45.581733,37.240507 H 55.902125"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 55.902125,37.240507 50.741929,28.302785"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 43.861668,28.302785 -5.160196,2.979241"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 59.342256,43.198988 55.902125,37.240507"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 64.502452,34.261266 v 5.958481"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 64.502452,40.219747 -5.160196,2.979241"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 78.262975,46.178229 H 67.942583"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 67.942583,46.178229 64.502452,40.219747"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 73.102779,55.11595 67.942583,46.178229"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="m 81.703105,52.13671 v 5.958481"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="m 26.661015,22.344304 5.160196,8.937722"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <circle
- cx="43.861668"
- cy="28.302786"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle68" />
-</svg>
+ <polygon class="para" points="-96.753675,-70.756963 -109.65417,-48.412659 96.753675,70.756963 109.65417,48.412659 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,43.861668,28.302785)"/>
+ <path d="m 43.861668,28.302785 h 6.880261" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 43.861668,22.344304 v 5.958481" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 81.703105,52.13671 -3.44013,-5.958481" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 86.863302,49.157469 81.703105,52.13671" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 36.981407,22.344304 h 6.880261" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 19.780753,22.344304 h 6.880262" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 26.661015,22.344304 c 3.440131,0 6.880261,0 10.320392,0" style="stroke:#000000;stroke-width:0.08px" id="path26" sodipodi:nodetypes="cc"/>
+ <path d="m 24.940949,13.406582 -5.160196,2.979241" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 19.780753,16.385823 v 5.958481" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 18.060688,7.448101 H 7.740296" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 7.740296,7.448101 5.160196,8.937722" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 12.900492,16.385823 h 6.880261" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 4.300165,1.48962 7.740296,7.448101" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 45.581733,37.240507 H 55.902125" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 55.902125,37.240507 50.741929,28.302785" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 43.861668,28.302785 -5.160196,2.979241" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 59.342256,43.198988 55.902125,37.240507" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 64.502452,34.261266 v 5.958481" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 64.502452,40.219747 -5.160196,2.979241" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 78.262975,46.178229 H 67.942583" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 67.942583,46.178229 64.502452,40.219747" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 73.102779,55.11595 67.942583,46.178229" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="m 81.703105,52.13671 v 5.958481" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="m 26.661015,22.344304 5.160196,8.937722" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N5-1q2-awesome.svg b/tiles/N5-1q2-awesome.svg
index fbc965d5..ba6802ed 100644
--- a/tiles/N5-1q2-awesome.svg
+++ b/tiles/N5-1q2-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="30.964874"
- height="24.014212"
- viewBox="0 0 30.964874 24.014212"
- version="1.1"
- id="svg38"
- sodipodi:docname="N5-1q2-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs42" />
- <sodipodi:namedview
- id="namedview40"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="30.964874" height="24.014212" viewBox="0 0 30.964874 24.014212" version="1.1" id="svg38" sodipodi:docname="N5-1q2-awesome.svg">
+ <defs id="defs42"/>
+ <sodipodi:namedview id="namedview40" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,76 +11,20 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="34.869349,0 -11.623116,29.938849 -34.869349,0 11.623116,-29.938849 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,13.94774,12.007106)" />
- <path
- d="m 13.94774,12.007106 7.694075,5.98777"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 21.641815,17.994876 1.604417,-5.98777"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 23.246232,12.007106 21.641815,6.0193365"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 21.641815,6.0193365 H 12.343321"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 12.343321,6.0193365 13.94774,12.007106"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 23.246232,0.03156715 21.641815,6.0193365"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 12.343321,6.0193365 13.94774,0.03156715"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 30.940307,6.0193365 23.246232,12.007106"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 4.6492465,23.982645 12.343321,17.994876"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 12.343321,17.994876 1.604419,5.987769"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 13.94774,12.007106 -1.604419,5.98777"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 3.0448284,6.0193365 4.6492465,12.007106"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 4.6492465,12.007106 -1.6044181,5.98777"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 4.6492465,12.007106 H 13.94774"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 12.343321,6.0193365 4.6492465,0.03156715"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <circle
- cx="13.94774"
- cy="12.007106"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle36" />
-</svg>
+ <polygon class="para" points="34.869349,0 -11.623116,29.938849 -34.869349,0 11.623116,-29.938849 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,13.94774,12.007106)"/>
+ <path d="m 13.94774,12.007106 7.694075,5.98777" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 21.641815,17.994876 1.604417,-5.98777" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 23.246232,12.007106 21.641815,6.0193365" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 21.641815,6.0193365 H 12.343321" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 12.343321,6.0193365 13.94774,12.007106" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 23.246232,0.03156715 21.641815,6.0193365" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 12.343321,6.0193365 13.94774,0.03156715" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 30.940307,6.0193365 23.246232,12.007106" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 4.6492465,23.982645 12.343321,17.994876" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 12.343321,17.994876 1.604419,5.987769" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 13.94774,12.007106 -1.604419,5.98777" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 3.0448284,6.0193365 4.6492465,12.007106" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 4.6492465,12.007106 -1.6044181,5.98777" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 4.6492465,12.007106 H 13.94774" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 12.343321,6.0193365 4.6492465,0.03156715" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N5-1t.svg b/tiles/N5-1t.svg
index c46c81d4..b6e551ef 100644
--- a/tiles/N5-1t.svg
+++ b/tiles/N5-1t.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="27.357389"
- height="26.323864"
- viewBox="0 0 27.357389 26.323864"
- version="1.1"
- id="svg34"
- sodipodi:docname="N5-1t.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs38" />
- <sodipodi:namedview
- id="namedview36"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="27.357389" height="26.323864" viewBox="0 0 27.357389 26.323864" version="1.1" id="svg34" sodipodi:docname="N5-1t.svg">
+ <defs id="defs38"/>
+ <sodipodi:namedview id="namedview36" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,68 +11,18 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-34.196737,-6.7534477 -18.554945,29.508302 34.196737,6.7534477 18.554945,-29.508302 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,13.678695,14.520543)" />
- <path
- d="M 13.678695,14.520543 H 26.192129"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 26.192129,14.520543 23.554927,8.4068228"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 23.554927,8.4068228 17.29821,6.1295642"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 17.29821,6.1295642 11.041493,8.4068228"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 11.041493,8.4068228 2.637202,6.1137202"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 26.192129,14.520543 -2.637202,6.113721"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 17.29821,22.911523 11.041493,20.634264"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 11.041493,20.634264 2.637202,-6.113721"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 2.4542538,17.508765 11.041493,8.4068228"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 11.041493,20.634264 5.0914556,23.622485"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 5.0914556,23.622485 2.4542538,17.508765"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 11.041493,8.4068228 4.7847763,6.1295642"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 19.935412,0.01584319 17.29821,6.1295642"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <circle
- cx="13.678695"
- cy="14.520543"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle32" />
-</svg>
+ <polygon class="para" points="-34.196737,-6.7534477 -18.554945,29.508302 34.196737,6.7534477 18.554945,-29.508302 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,13.678695,14.520543)"/>
+ <path d="M 13.678695,14.520543 H 26.192129" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 26.192129,14.520543 23.554927,8.4068228" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 23.554927,8.4068228 17.29821,6.1295642" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 17.29821,6.1295642 11.041493,8.4068228" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 11.041493,8.4068228 2.637202,6.1137202" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 26.192129,14.520543 -2.637202,6.113721" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 17.29821,22.911523 11.041493,20.634264" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 11.041493,20.634264 2.637202,-6.113721" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 2.4542538,17.508765 11.041493,8.4068228" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 11.041493,20.634264 5.0914556,23.622485" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 5.0914556,23.622485 2.4542538,17.508765" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 11.041493,8.4068228 4.7847763,6.1295642" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 19.935412,0.01584319 17.29821,6.1295642" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N6-2.svg b/tiles/N6-2.svg
index 9644cba9..57dce497 100644
--- a/tiles/N6-2.svg
+++ b/tiles/N6-2.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="89.433968"
- height="19.078739"
- viewBox="0 0 89.433968 19.078739"
- version="1.1"
- id="svg72"
- sodipodi:docname="N6-2.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs76" />
- <sodipodi:namedview
- id="namedview74"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="89.433968" height="19.078739" viewBox="0 0 89.433968 19.078739" version="1.1" id="svg72" sodipodi:docname="N6-2.svg">
+ <defs id="defs76"/>
+ <sodipodi:namedview id="namedview74" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,144 +11,37 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-111.73193,-15.655596 -111.73193,15.655596 111.73193,15.655596 111.73193,-15.655596 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,44.709677,9.5393699)" />
- <path
- d="M 44.709677,9.5393699 51.161681,6.5307513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 51.161681,6.5307513 55.711464,0.26851281"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 39.817081,3.2771314 4.892596,6.2622385"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 62.163467,15.801608 55.711464,12.79299"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 55.711464,12.79299 51.161681,6.5307513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 55.711464,0.26851281 62.163467,3.2771314"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 62.163467,3.2771314 4.892597,6.2622385"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 67.056064,9.5393699 62.163467,15.801608"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 67.056064,9.5393699 73.508067,6.5307513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 73.508067,6.5307513 78.05785,0.26851281"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 84.509853,3.2771314 78.05785,0.26851281"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 39.817081,3.2771314 33.365078,6.2857499"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 33.365078,6.2857499 28.815295,12.547989"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 28.815295,12.547989 4.549783,6.262238"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 33.365078,18.810227 6.452003,-3.008619"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 39.817081,15.801608 44.709677,9.5393699"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 28.815295,0.02351141 33.365078,6.2857499"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 28.815295,12.547989 22.363292,9.5393699"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 22.363292,9.5393699 17.470695,3.2771314"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 17.470695,3.2771314 11.018691,6.2857499"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 11.018691,6.2857499 6.4689087,12.547989"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 6.4689087,12.547989 4.5497823,6.262238"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 11.018691,18.810227 6.452004,-3.008619"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 17.470695,15.801608 22.363292,9.5393699"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="M 0.01690473,9.5393699 6.4689087,12.547989"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 51.161681,19.055228 55.711464,12.79299"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 73.508067,19.055228 78.05785,12.79299"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 78.05785,12.79299 73.508067,6.5307513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 84.509853,15.801608 78.05785,12.79299"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 84.509853,3.2771314 89.40245,9.5393699"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 89.40245,9.5393699 84.509853,15.801608"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 6.4689087,0.02351141 11.018691,6.2857499"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <circle
- cx="44.709679"
- cy="9.5393696"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle70" />
-</svg>
+ <polygon class="para" points="-111.73193,-15.655596 -111.73193,15.655596 111.73193,15.655596 111.73193,-15.655596 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,44.709677,9.5393699)"/>
+ <path d="M 44.709677,9.5393699 51.161681,6.5307513" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 51.161681,6.5307513 55.711464,0.26851281" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 39.817081,3.2771314 4.892596,6.2622385" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 62.163467,15.801608 55.711464,12.79299" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 55.711464,12.79299 51.161681,6.5307513" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 55.711464,0.26851281 62.163467,3.2771314" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 62.163467,3.2771314 4.892597,6.2622385" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 67.056064,9.5393699 62.163467,15.801608" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 67.056064,9.5393699 73.508067,6.5307513" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 73.508067,6.5307513 78.05785,0.26851281" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 84.509853,3.2771314 78.05785,0.26851281" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 39.817081,3.2771314 33.365078,6.2857499" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 33.365078,6.2857499 28.815295,12.547989" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 28.815295,12.547989 4.549783,6.262238" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 33.365078,18.810227 6.452003,-3.008619" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 39.817081,15.801608 44.709677,9.5393699" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 28.815295,0.02351141 33.365078,6.2857499" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 28.815295,12.547989 22.363292,9.5393699" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 22.363292,9.5393699 17.470695,3.2771314" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 17.470695,3.2771314 11.018691,6.2857499" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 11.018691,6.2857499 6.4689087,12.547989" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 6.4689087,12.547989 4.5497823,6.262238" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 11.018691,18.810227 6.452004,-3.008619" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 17.470695,15.801608 22.363292,9.5393699" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="M 0.01690473,9.5393699 6.4689087,12.547989" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 51.161681,19.055228 55.711464,12.79299" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 73.508067,19.055228 78.05785,12.79299" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 78.05785,12.79299 73.508067,6.5307513" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 84.509853,15.801608 78.05785,12.79299" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 84.509853,3.2771314 89.40245,9.5393699" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 89.40245,9.5393699 84.509853,15.801608" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 6.4689087,0.02351141 11.018691,6.2857499" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N6-5b.svg b/tiles/N6-5b.svg
index ebb82c10..5f5bdb28 100644
--- a/tiles/N6-5b.svg
+++ b/tiles/N6-5b.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="35.037594"
- height="69.091568"
- viewBox="0 0 35.037594 69.091568"
- version="1.1"
- id="svg98"
- sodipodi:docname="N6-5b.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs102" />
- <sodipodi:namedview
- id="namedview100"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="35.037594" height="69.091568" viewBox="0 0 35.037594 69.091568" version="1.1" id="svg98" sodipodi:docname="N6-5b.svg">
+ <defs id="defs102"/>
+ <sodipodi:namedview id="namedview100" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,196 +11,50 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-31.335416,83.757774 -31.335416,-83.757774 31.335416,-83.757774 31.335416,83.757774 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,17.584446,33.541747)" />
- <path
- d="m 17.584446,33.541747 7.49424,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 25.078686,35.549823 7.494241,-2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 32.572927,33.541747 30.118612,24.382119"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 30.118612,24.382119 27.533001,22.374044"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 27.533001,22.374044 20.03876,24.382119"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 20.03876,24.382119 -2.454314,9.159628"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 35.027242,46.717526 27.533001,44.70945"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 27.533001,44.70945 25.078686,35.549823"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 20.03876,46.717526 27.533001,44.70945"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 32.572927,55.877153 -2.585611,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 29.987316,57.885229 22.493075,55.877153"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 22.493075,55.877153 20.03876,46.717526"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 22.493075,55.877153 -7.494241,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 14.998834,57.885229 2.454315,9.159627"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 20.03876,69.052932 7.494241,-2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 27.533001,67.044856 2.454315,-9.159627"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 14.998834,57.885229 7.5045938,55.877153"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 7.5045938,55.877153 9.9589086,46.717526"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 9.9589086,46.717526 12.54452,44.70945"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 12.54452,44.70945 7.49424,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 12.54452,44.70945 2.454314,-9.159627"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="m 14.998834,35.549823 2.585612,-2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 35.027242,2.046713 27.533001,0.03863703"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 27.533001,0.03863703 20.03876,2.046713"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 20.03876,2.046713 2.454315,9.159627"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 22.493075,11.20634 2.585611,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="M 25.078686,13.214416 32.572927,11.20634"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 25.078686,13.214416 2.454315,9.159628"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 17.453149,0.03863703 20.03876,2.046713"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 35.027242,69.052932 27.533001,67.044856"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 17.453149,67.044856 9.9589086,69.052932"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="m 4.9189828,57.885229 2.585611,-2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 0.01035276,35.549823 7.5045938,33.541747"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 7.5045938,33.541747 5.0502788,24.382119"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 7.5045938,33.541747 7.4942402,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 9.9589086,46.717526 2.4646678,44.70945"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 5.0502788,24.382119 12.54452,22.374044"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="m 12.54452,22.374044 7.49424,2.008075"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="m 22.493075,11.20634 -7.494241,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="M 14.998834,13.214416 12.54452,22.374044"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="m 7.5045938,11.20634 7.4942402,2.008076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="M 17.453149,0.03863703 9.9589086,2.046713"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <path
- d="M 9.9589086,2.046713 7.5045938,11.20634"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="M 9.9589086,2.046713 2.4646678,0.03863703"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="M 0.01035276,13.214416 7.5045938,11.20634"
- style="stroke:#000000;stroke-width:0.08px"
- id="path94" />
- <circle
- cx="17.584446"
- cy="33.541748"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle96" />
-</svg>
+ <polygon class="para" points="-31.335416,83.757774 -31.335416,-83.757774 31.335416,-83.757774 31.335416,83.757774 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,17.584446,33.541747)"/>
+ <path d="m 17.584446,33.541747 7.49424,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 25.078686,35.549823 7.494241,-2.008076" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 32.572927,33.541747 30.118612,24.382119" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 30.118612,24.382119 27.533001,22.374044" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 27.533001,22.374044 20.03876,24.382119" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 20.03876,24.382119 -2.454314,9.159628" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 35.027242,46.717526 27.533001,44.70945" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 27.533001,44.70945 25.078686,35.549823" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 20.03876,46.717526 27.533001,44.70945" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 32.572927,55.877153 -2.585611,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 29.987316,57.885229 22.493075,55.877153" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 22.493075,55.877153 20.03876,46.717526" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 22.493075,55.877153 -7.494241,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 14.998834,57.885229 2.454315,9.159627" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 20.03876,69.052932 7.494241,-2.008076" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 27.533001,67.044856 2.454315,-9.159627" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 14.998834,57.885229 7.5045938,55.877153" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 7.5045938,55.877153 9.9589086,46.717526" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 9.9589086,46.717526 12.54452,44.70945" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 12.54452,44.70945 7.49424,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 12.54452,44.70945 2.454314,-9.159627" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="m 14.998834,35.549823 2.585612,-2.008076" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 35.027242,2.046713 27.533001,0.03863703" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 27.533001,0.03863703 20.03876,2.046713" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 20.03876,2.046713 2.454315,9.159627" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 22.493075,11.20634 2.585611,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="M 25.078686,13.214416 32.572927,11.20634" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 25.078686,13.214416 2.454315,9.159628" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 17.453149,0.03863703 20.03876,2.046713" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 35.027242,69.052932 27.533001,67.044856" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 17.453149,67.044856 9.9589086,69.052932" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="m 4.9189828,57.885229 2.585611,-2.008076" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 0.01035276,35.549823 7.5045938,33.541747" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 7.5045938,33.541747 5.0502788,24.382119" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 7.5045938,33.541747 7.4942402,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 9.9589086,46.717526 2.4646678,44.70945" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 5.0502788,24.382119 12.54452,22.374044" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="m 12.54452,22.374044 7.49424,2.008075" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="m 22.493075,11.20634 -7.494241,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="M 14.998834,13.214416 12.54452,22.374044" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="m 7.5045938,11.20634 7.4942402,2.008076" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="M 17.453149,0.03863703 9.9589086,2.046713" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ <path d="M 9.9589086,2.046713 7.5045938,11.20634" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="M 9.9589086,2.046713 2.4646678,0.03863703" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="M 0.01035276,13.214416 7.5045938,11.20634" style="stroke:#000000;stroke-width:0.08px" id="path94"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N6-6a.svg b/tiles/N6-6a.svg
index a0313af3..6f2764a2 100644
--- a/tiles/N6-6a.svg
+++ b/tiles/N6-6a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="45.13686"
- height="38.33868"
- viewBox="0 0 45.13686 38.33868"
- version="1.1"
- id="svg98"
- sodipodi:docname="N6-6a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs102" />
- <sodipodi:namedview
- id="namedview100"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="45.13686" height="38.33868" viewBox="0 0 45.13686 38.33868" version="1.1" id="svg98" sodipodi:docname="N6-6a.svg">
+ <defs id="defs102"/>
+ <sodipodi:namedview id="namedview100" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,196 +11,50 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="56.321072,28.160536 -56.321072,28.160536 -56.321072,-28.160536 56.321072,-28.160536 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,22.568429,19.16934)" />
- <path
- d="m 22.568429,22.548604 5.068896,4.505686"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 27.637325,27.05429 33.832643,16.448662"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 33.832643,16.448662 V 9.6901339"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 33.832643,9.6901339 27.637325,11.28439"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 27.637325,11.28439 -5.068896,4.505686"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 22.568429,15.790076 v 6.758528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 27.637325,4.525861 V 11.28439"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 33.832643,9.6901339 38.90154,5.184448"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 33.832643,9.6901339 38.90154,5.184448"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 38.90154,5.184448 6.195318,10.605628"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 45.096858,15.790076 v 6.758528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 45.096858,22.548604 38.90154,20.954348"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 38.90154,20.954348 33.832643,16.448662"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 45.096858,15.790076 38.90154,5.184448"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 22.568429,0.02017598 16.373111,10.625803"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 16.373111,10.625803 v 6.758529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 16.373111,17.384332 6.195318,-1.594256"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 11.304215,28.648546 5.068896,4.505686"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 16.373111,33.154232 22.568429,22.548604"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 16.373111,17.384332 -5.068896,4.505685"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 11.304215,21.890017 v 6.758529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 11.304215,21.890017 5.108897,11.28439"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 5.108897,11.28439 V 4.525861"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 11.304215,6.120117 2.64005,2.346712"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 13.944265,8.466829 2.428846,2.158974"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="M 0.04,15.790076 5.108897,11.28439"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="m 5.108897,11.28439 6.195318,10.605627"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="m 11.304215,21.890017 v 6.758529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 11.304215,28.648546 10.363854,28.406561"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 10.363854,28.406561 5.108897,27.05429"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="M 5.108897,27.05429 0.04,22.548604"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 0.04,22.548604 V 15.790076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 0.04,22.548604 5.108897,27.05429"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="m 5.108897,27.05429 v 6.758529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 0.04,15.790076 v 6.758528"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 5.108897,11.28439 0.04,15.790076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 45.096858,22.548604 V 15.790076"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="m 11.304215,6.120117 2.64005,2.346712"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="M 16.373111,10.625803 22.568429,0.02017598"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="m 27.637325,27.05429 v 6.758529"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="M 33.832643,32.218563 38.90154,27.712877"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="M 38.90154,27.712877 V 20.954348"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <path
- d="m 38.90154,27.712877 6.195318,10.605627"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="M 22.568429,22.548604 16.373111,33.154232"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="m 5.108897,27.05429 5.254957,1.352271"
- style="stroke:#000000;stroke-width:0.08px"
- id="path94" />
- <circle
- cx="22.56843"
- cy="22.548605"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle96" />
-</svg>
+ <polygon class="para" points="56.321072,28.160536 -56.321072,28.160536 -56.321072,-28.160536 56.321072,-28.160536 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,22.568429,19.16934)"/>
+ <path d="m 22.568429,22.548604 5.068896,4.505686" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 27.637325,27.05429 33.832643,16.448662" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 33.832643,16.448662 V 9.6901339" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 33.832643,9.6901339 27.637325,11.28439" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 27.637325,11.28439 -5.068896,4.505686" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 22.568429,15.790076 v 6.758528" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 27.637325,4.525861 V 11.28439" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 33.832643,9.6901339 38.90154,5.184448" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 33.832643,9.6901339 38.90154,5.184448" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 38.90154,5.184448 6.195318,10.605628" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 45.096858,15.790076 v 6.758528" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 45.096858,22.548604 38.90154,20.954348" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 38.90154,20.954348 33.832643,16.448662" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 45.096858,15.790076 38.90154,5.184448" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 22.568429,0.02017598 16.373111,10.625803" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 16.373111,10.625803 v 6.758529" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 16.373111,17.384332 6.195318,-1.594256" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 11.304215,28.648546 5.068896,4.505686" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 16.373111,33.154232 22.568429,22.548604" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 16.373111,17.384332 -5.068896,4.505685" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 11.304215,21.890017 v 6.758529" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 11.304215,21.890017 5.108897,11.28439" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 5.108897,11.28439 V 4.525861" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 11.304215,6.120117 2.64005,2.346712" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 13.944265,8.466829 2.428846,2.158974" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="M 0.04,15.790076 5.108897,11.28439" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="m 5.108897,11.28439 6.195318,10.605627" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="m 11.304215,21.890017 v 6.758529" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 11.304215,28.648546 10.363854,28.406561" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 10.363854,28.406561 5.108897,27.05429" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="M 5.108897,27.05429 0.04,22.548604" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 0.04,22.548604 V 15.790076" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 0.04,22.548604 5.108897,27.05429" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="m 5.108897,27.05429 v 6.758529" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 0.04,15.790076 v 6.758528" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 5.108897,11.28439 0.04,15.790076" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 45.096858,22.548604 V 15.790076" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="m 11.304215,6.120117 2.64005,2.346712" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="M 16.373111,10.625803 22.568429,0.02017598" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="m 27.637325,27.05429 v 6.758529" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="M 33.832643,32.218563 38.90154,27.712877" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="M 38.90154,27.712877 V 20.954348" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ <path d="m 38.90154,27.712877 6.195318,10.605627" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="M 22.568429,22.548604 16.373111,33.154232" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="m 5.108897,27.05429 5.254957,1.352271" style="stroke:#000000;stroke-width:0.08px" id="path94"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/N6-6c.svg b/tiles/N6-6c.svg
index 1b3e5f5d..37a75269 100644
--- a/tiles/N6-6c.svg
+++ b/tiles/N6-6c.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="66.042435"
- height="38.332268"
- viewBox="0 0 66.042435 38.332268"
- version="1.1"
- id="svg150"
- sodipodi:docname="N6-6c.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs154" />
- <sodipodi:namedview
- id="namedview152"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="66.042435" height="38.332268" viewBox="0 0 66.042435 38.332268" version="1.1" id="svg150" sodipodi:docname="N6-6c.svg">
+ <defs id="defs154"/>
+ <sodipodi:namedview id="namedview152" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,300 +11,76 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="82.453042,27.484347 -82.453042,27.484347 -82.453042,-27.484347 82.453042,-27.484347 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,33.021217,19.622734)" />
- <path
- d="m 33.021217,22.920856 4.947182,4.397496"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 37.968399,27.318352 44.014956,16.967386"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 44.014956,16.967386 V 10.371142"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 44.014956,10.371142 -6.046557,1.555975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 37.968399,11.927117 -4.947182,4.397496"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 33.021217,16.324613 v 6.596243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 44.014956,16.967386 4.947182,4.397495"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 48.962138,21.364881 55.008695,11.013915"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 55.008695,11.013915 V 4.417672"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 46.151239,8.472224 -2.136283,1.898918"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 55.008695,11.013915 4.947182,4.397496"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 59.955877,15.411411 66.002434,5.060445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 37.968399,5.330874 v 6.596243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 37.968399,11.927117 6.046557,-1.555975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 44.014956,10.371142 46.151239,8.472224"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 0.04,27.047922 V 20.451679"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 4.987183,9.45794 0.04,5.060445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 0.04,20.451679 4.987183,16.054183"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 4.987183,16.054183 V 9.45794"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 4.987183,16.054183 6.046556,10.350966"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 11.033739,26.405149 v 6.596244"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 4.987183,31.445418 0.04,27.047922"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 11.033739,26.405149 4.947183,-4.397495"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 15.980922,22.007654 22.027478,32.35862"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 22.027478,32.35862 4.947183,-4.397496"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <path
- d="m 26.974661,27.961124 6.046556,10.350967"
- style="stroke:#000000;stroke-width:0.08px"
- id="path56" />
- <path
- d="m 11.033739,4.417672 v 6.596243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path58" />
- <path
- d="M 11.033739,11.013915 4.987183,9.45794"
- style="stroke:#000000;stroke-width:0.08px"
- id="path60" />
- <path
- d="M 4.987183,9.45794 0.04,5.060445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path62" />
- <path
- d="M 15.980922,0.02017598 22.027478,10.371142"
- style="stroke:#000000;stroke-width:0.08px"
- id="path64" />
- <path
- d="m 22.027478,10.371142 v 6.596244"
- style="stroke:#000000;stroke-width:0.08px"
- id="path66" />
- <path
- d="M 22.027478,16.967386 15.980922,15.411411"
- style="stroke:#000000;stroke-width:0.08px"
- id="path68" />
- <path
- d="M 15.980922,15.411411 11.033739,11.013915"
- style="stroke:#000000;stroke-width:0.08px"
- id="path70" />
- <path
- d="M 22.027478,10.371142 26.974661,5.973647"
- style="stroke:#000000;stroke-width:0.08px"
- id="path72" />
- <path
- d="m 26.974661,5.973647 6.046556,10.350966"
- style="stroke:#000000;stroke-width:0.08px"
- id="path74" />
- <path
- d="M 33.021217,22.920856 26.974661,21.364881"
- style="stroke:#000000;stroke-width:0.08px"
- id="path76" />
- <path
- d="M 26.974661,21.364881 22.027478,16.967386"
- style="stroke:#000000;stroke-width:0.08px"
- id="path78" />
- <path
- d="M 33.021217,38.312091 26.974661,27.961124"
- style="stroke:#000000;stroke-width:0.08px"
- id="path80" />
- <path
- d="M 26.974661,27.961124 V 21.364881"
- style="stroke:#000000;stroke-width:0.08px"
- id="path82" />
- <path
- d="m 37.968399,27.318352 v 6.596243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path84" />
- <path
- d="M 26.974661,27.961124 22.027478,32.35862"
- style="stroke:#000000;stroke-width:0.08px"
- id="path86" />
- <path
- d="M 22.027478,32.35862 15.980922,22.007654"
- style="stroke:#000000;stroke-width:0.08px"
- id="path88" />
- <path
- d="M 15.980922,22.007654 V 15.411411"
- style="stroke:#000000;stroke-width:0.08px"
- id="path90" />
- <path
- d="m 15.980922,15.411411 6.046556,1.555975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path92" />
- <path
- d="m 15.980922,22.007654 -4.947183,4.397495"
- style="stroke:#000000;stroke-width:0.08px"
- id="path94" />
- <path
- d="M 11.033739,26.405149 4.987183,16.054183"
- style="stroke:#000000;stroke-width:0.08px"
- id="path96" />
- <path
- d="M 4.987183,16.054183 V 9.45794"
- style="stroke:#000000;stroke-width:0.08px"
- id="path98" />
- <path
- d="m 4.987183,9.45794 6.046556,1.555975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path100" />
- <path
- d="m 11.033739,11.013915 4.947183,4.397496"
- style="stroke:#000000;stroke-width:0.08px"
- id="path102" />
- <path
- d="m 37.968399,11.927117 -4.947182,4.397496"
- style="stroke:#000000;stroke-width:0.08px"
- id="path104" />
- <path
- d="M 33.021217,16.324613 26.974661,5.973647"
- style="stroke:#000000;stroke-width:0.08px"
- id="path106" />
- <path
- d="m 26.974661,5.973647 -4.947183,4.397495"
- style="stroke:#000000;stroke-width:0.08px"
- id="path108" />
- <path
- d="M 22.027478,10.371142 15.980922,0.02017598"
- style="stroke:#000000;stroke-width:0.08px"
- id="path110" />
- <path
- d="M 55.008695,33.001393 V 26.405149"
- style="stroke:#000000;stroke-width:0.08px"
- id="path112" />
- <path
- d="m 55.008695,26.405149 -6.046557,1.555975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path114" />
- <path
- d="m 48.962138,27.961124 -2.62819,2.33617"
- style="stroke:#000000;stroke-width:0.08px"
- id="path116" />
- <path
- d="M 46.333948,30.297294 44.014956,32.35862"
- style="stroke:#000000;stroke-width:0.08px"
- id="path118" />
- <path
- d="M 59.955877,37.398888 66.002434,27.047922"
- style="stroke:#000000;stroke-width:0.08px"
- id="path120" />
- <path
- d="M 66.002434,27.047922 V 20.451679"
- style="stroke:#000000;stroke-width:0.08px"
- id="path122" />
- <path
- d="m 66.002434,20.451679 -6.046557,1.555975"
- style="stroke:#000000;stroke-width:0.08px"
- id="path124" />
- <path
- d="m 59.955877,22.007654 -4.947182,4.397495"
- style="stroke:#000000;stroke-width:0.08px"
- id="path126" />
- <path
- d="M 66.002434,5.060445 59.955877,15.411411"
- style="stroke:#000000;stroke-width:0.08px"
- id="path128" />
- <path
- d="m 59.955877,15.411411 v 6.596243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path130" />
- <path
- d="M 59.955877,15.411411 55.008695,11.013915"
- style="stroke:#000000;stroke-width:0.08px"
- id="path132" />
- <path
- d="M 55.008695,11.013915 48.962138,21.364881"
- style="stroke:#000000;stroke-width:0.08px"
- id="path134" />
- <path
- d="m 48.962138,21.364881 v 6.596243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path136" />
- <path
- d="M 48.962138,21.364881 44.014956,16.967386"
- style="stroke:#000000;stroke-width:0.08px"
- id="path138" />
- <path
- d="M 44.014956,16.967386 37.968399,27.318352"
- style="stroke:#000000;stroke-width:0.08px"
- id="path140" />
- <path
- d="m 44.014956,32.35862 2.318992,-2.061326"
- style="stroke:#000000;stroke-width:0.08px"
- id="path142" />
- <path
- d="m 46.333948,30.297294 2.62819,-2.33617"
- style="stroke:#000000;stroke-width:0.08px"
- id="path144" />
- <path
- d="M 4.987183,31.445418 0.04,27.047922"
- style="stroke:#000000;stroke-width:0.08px"
- id="path146" />
- <circle
- cx="33.021217"
- cy="22.920856"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle148" />
-</svg>
+ <polygon class="para" points="82.453042,27.484347 -82.453042,27.484347 -82.453042,-27.484347 82.453042,-27.484347 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,33.021217,19.622734)"/>
+ <path d="m 33.021217,22.920856 4.947182,4.397496" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 37.968399,27.318352 44.014956,16.967386" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 44.014956,16.967386 V 10.371142" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 44.014956,10.371142 -6.046557,1.555975" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 37.968399,11.927117 -4.947182,4.397496" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 33.021217,16.324613 v 6.596243" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 44.014956,16.967386 4.947182,4.397495" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 48.962138,21.364881 55.008695,11.013915" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 55.008695,11.013915 V 4.417672" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 46.151239,8.472224 -2.136283,1.898918" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 55.008695,11.013915 4.947182,4.397496" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 59.955877,15.411411 66.002434,5.060445" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 37.968399,5.330874 v 6.596243" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 37.968399,11.927117 6.046557,-1.555975" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 44.014956,10.371142 46.151239,8.472224" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 0.04,27.047922 V 20.451679" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 4.987183,9.45794 0.04,5.060445" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 0.04,20.451679 4.987183,16.054183" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 4.987183,16.054183 V 9.45794" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 4.987183,16.054183 6.046556,10.350966" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 11.033739,26.405149 v 6.596244" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 4.987183,31.445418 0.04,27.047922" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 11.033739,26.405149 4.947183,-4.397495" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 15.980922,22.007654 22.027478,32.35862" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 22.027478,32.35862 4.947183,-4.397496" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ <path d="m 26.974661,27.961124 6.046556,10.350967" style="stroke:#000000;stroke-width:0.08px" id="path56"/>
+ <path d="m 11.033739,4.417672 v 6.596243" style="stroke:#000000;stroke-width:0.08px" id="path58"/>
+ <path d="M 11.033739,11.013915 4.987183,9.45794" style="stroke:#000000;stroke-width:0.08px" id="path60"/>
+ <path d="M 4.987183,9.45794 0.04,5.060445" style="stroke:#000000;stroke-width:0.08px" id="path62"/>
+ <path d="M 15.980922,0.02017598 22.027478,10.371142" style="stroke:#000000;stroke-width:0.08px" id="path64"/>
+ <path d="m 22.027478,10.371142 v 6.596244" style="stroke:#000000;stroke-width:0.08px" id="path66"/>
+ <path d="M 22.027478,16.967386 15.980922,15.411411" style="stroke:#000000;stroke-width:0.08px" id="path68"/>
+ <path d="M 15.980922,15.411411 11.033739,11.013915" style="stroke:#000000;stroke-width:0.08px" id="path70"/>
+ <path d="M 22.027478,10.371142 26.974661,5.973647" style="stroke:#000000;stroke-width:0.08px" id="path72"/>
+ <path d="m 26.974661,5.973647 6.046556,10.350966" style="stroke:#000000;stroke-width:0.08px" id="path74"/>
+ <path d="M 33.021217,22.920856 26.974661,21.364881" style="stroke:#000000;stroke-width:0.08px" id="path76"/>
+ <path d="M 26.974661,21.364881 22.027478,16.967386" style="stroke:#000000;stroke-width:0.08px" id="path78"/>
+ <path d="M 33.021217,38.312091 26.974661,27.961124" style="stroke:#000000;stroke-width:0.08px" id="path80"/>
+ <path d="M 26.974661,27.961124 V 21.364881" style="stroke:#000000;stroke-width:0.08px" id="path82"/>
+ <path d="m 37.968399,27.318352 v 6.596243" style="stroke:#000000;stroke-width:0.08px" id="path84"/>
+ <path d="M 26.974661,27.961124 22.027478,32.35862" style="stroke:#000000;stroke-width:0.08px" id="path86"/>
+ <path d="M 22.027478,32.35862 15.980922,22.007654" style="stroke:#000000;stroke-width:0.08px" id="path88"/>
+ <path d="M 15.980922,22.007654 V 15.411411" style="stroke:#000000;stroke-width:0.08px" id="path90"/>
+ <path d="m 15.980922,15.411411 6.046556,1.555975" style="stroke:#000000;stroke-width:0.08px" id="path92"/>
+ <path d="m 15.980922,22.007654 -4.947183,4.397495" style="stroke:#000000;stroke-width:0.08px" id="path94"/>
+ <path d="M 11.033739,26.405149 4.987183,16.054183" style="stroke:#000000;stroke-width:0.08px" id="path96"/>
+ <path d="M 4.987183,16.054183 V 9.45794" style="stroke:#000000;stroke-width:0.08px" id="path98"/>
+ <path d="m 4.987183,9.45794 6.046556,1.555975" style="stroke:#000000;stroke-width:0.08px" id="path100"/>
+ <path d="m 11.033739,11.013915 4.947183,4.397496" style="stroke:#000000;stroke-width:0.08px" id="path102"/>
+ <path d="m 37.968399,11.927117 -4.947182,4.397496" style="stroke:#000000;stroke-width:0.08px" id="path104"/>
+ <path d="M 33.021217,16.324613 26.974661,5.973647" style="stroke:#000000;stroke-width:0.08px" id="path106"/>
+ <path d="m 26.974661,5.973647 -4.947183,4.397495" style="stroke:#000000;stroke-width:0.08px" id="path108"/>
+ <path d="M 22.027478,10.371142 15.980922,0.02017598" style="stroke:#000000;stroke-width:0.08px" id="path110"/>
+ <path d="M 55.008695,33.001393 V 26.405149" style="stroke:#000000;stroke-width:0.08px" id="path112"/>
+ <path d="m 55.008695,26.405149 -6.046557,1.555975" style="stroke:#000000;stroke-width:0.08px" id="path114"/>
+ <path d="m 48.962138,27.961124 -2.62819,2.33617" style="stroke:#000000;stroke-width:0.08px" id="path116"/>
+ <path d="M 46.333948,30.297294 44.014956,32.35862" style="stroke:#000000;stroke-width:0.08px" id="path118"/>
+ <path d="M 59.955877,37.398888 66.002434,27.047922" style="stroke:#000000;stroke-width:0.08px" id="path120"/>
+ <path d="M 66.002434,27.047922 V 20.451679" style="stroke:#000000;stroke-width:0.08px" id="path122"/>
+ <path d="m 66.002434,20.451679 -6.046557,1.555975" style="stroke:#000000;stroke-width:0.08px" id="path124"/>
+ <path d="m 59.955877,22.007654 -4.947182,4.397495" style="stroke:#000000;stroke-width:0.08px" id="path126"/>
+ <path d="M 66.002434,5.060445 59.955877,15.411411" style="stroke:#000000;stroke-width:0.08px" id="path128"/>
+ <path d="m 59.955877,15.411411 v 6.596243" style="stroke:#000000;stroke-width:0.08px" id="path130"/>
+ <path d="M 59.955877,15.411411 55.008695,11.013915" style="stroke:#000000;stroke-width:0.08px" id="path132"/>
+ <path d="M 55.008695,11.013915 48.962138,21.364881" style="stroke:#000000;stroke-width:0.08px" id="path134"/>
+ <path d="m 48.962138,21.364881 v 6.596243" style="stroke:#000000;stroke-width:0.08px" id="path136"/>
+ <path d="M 48.962138,21.364881 44.014956,16.967386" style="stroke:#000000;stroke-width:0.08px" id="path138"/>
+ <path d="M 44.014956,16.967386 37.968399,27.318352" style="stroke:#000000;stroke-width:0.08px" id="path140"/>
+ <path d="m 44.014956,32.35862 2.318992,-2.061326" style="stroke:#000000;stroke-width:0.08px" id="path142"/>
+ <path d="m 46.333948,30.297294 2.62819,-2.33617" style="stroke:#000000;stroke-width:0.08px" id="path144"/>
+ <path d="M 4.987183,31.445418 0.04,27.047922" style="stroke:#000000;stroke-width:0.08px" id="path146"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/NC5-11a.svg b/tiles/NC5-11a.svg
index 6101e541..99592336 100644
--- a/tiles/NC5-11a.svg
+++ b/tiles/NC5-11a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="26.032589"
- height="22.524881"
- viewBox="0 0 26.032589 22.524881"
- version="1.1"
- id="svg48"
- sodipodi:docname="NC5-11a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs52" />
- <sodipodi:namedview
- id="namedview50"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="26.032589" height="22.524881" viewBox="0 0 26.032589 22.524881" version="1.1" id="svg48" sodipodi:docname="NC5-11a.svg">
+ <defs id="defs52"/>
+ <sodipodi:namedview id="namedview50" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,96 +11,25 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="8.1135331,14.053052 -24.340599,14.053052 -8.1135331,-14.053052 24.340599,-14.053052 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,13.016294,11.262441)" />
- <path
- d="M 13.016294,11.262441 H 25.997947"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 21.670729,7.5149606 H 19.507121"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 19.507121,7.5149606 18.425316,9.3887008"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 18.425316,9.3887008 13.016294,11.262441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 25.997947,11.262441 19.507121,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 18.425316,5.6412204 1.081805,1.8737402"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 19.507121,0.02 13.016294,11.262441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 6.5254675,22.504882 0.03464102,11.262441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 7.6072719,16.883662 6.5254675,15.009921"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 6.5254675,15.009921 H 4.3618587"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 6.5254675,22.504882 13.016294,11.262441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 13.016294,11.262441 -5.4090221,1.87374"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 7.6072719,13.136181 -1.0818044,1.87374"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 13.016294,11.262441 H 0.03464102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 13.016294,11.262441 8.6890763,7.5149606"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 13.016294,11.262441 6.5254675,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 13.016294,11.262441 14.098098,5.6412204"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 19.507121,22.504882 13.016294,11.262441"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 13.016294,11.262441 11.93449,16.883662"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 17.343512,15.009921 -4.327218,-3.74748"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <circle
- cx="13.016294"
- cy="11.262441"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle46" />
-</svg>
+ <polygon class="para" points="8.1135331,14.053052 -24.340599,14.053052 -8.1135331,-14.053052 24.340599,-14.053052 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,13.016294,11.262441)"/>
+ <path d="M 13.016294,11.262441 H 25.997947" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 21.670729,7.5149606 H 19.507121" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 19.507121,7.5149606 18.425316,9.3887008" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 18.425316,9.3887008 13.016294,11.262441" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 25.997947,11.262441 19.507121,0.02" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 18.425316,5.6412204 1.081805,1.8737402" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 19.507121,0.02 13.016294,11.262441" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 6.5254675,22.504882 0.03464102,11.262441" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 7.6072719,16.883662 6.5254675,15.009921" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 6.5254675,15.009921 H 4.3618587" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 6.5254675,22.504882 13.016294,11.262441" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 13.016294,11.262441 -5.4090221,1.87374" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 7.6072719,13.136181 -1.0818044,1.87374" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 13.016294,11.262441 H 0.03464102" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 13.016294,11.262441 8.6890763,7.5149606" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 13.016294,11.262441 6.5254675,0.02" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 13.016294,11.262441 14.098098,5.6412204" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 19.507121,22.504882 13.016294,11.262441" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 13.016294,11.262441 11.93449,16.883662" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 17.343512,15.009921 -4.327218,-3.74748" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/NC5-20a.svg b/tiles/NC5-20a.svg
index 54bb2494..619bcfa3 100644
--- a/tiles/NC5-20a.svg
+++ b/tiles/NC5-20a.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="29.971895"
- height="29.971895"
- viewBox="0 0 29.971895 29.971895"
- version="1.1"
- id="svg40"
- sodipodi:docname="NC5-20a.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs44" />
- <sodipodi:namedview
- id="namedview42"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="29.971895" height="29.971895" viewBox="0 0 29.971895 29.971895" version="1.1" id="svg40" sodipodi:docname="NC5-20a.svg">
+ <defs id="defs44"/>
+ <sodipodi:namedview id="namedview42" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,80 +11,21 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-18.732436,-18.732436 -18.732436,18.732436 18.732436,18.732436 18.732436,-18.732436 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,14.985948,14.985948)" />
- <path
- d="M 14.985948,14.985948 H 29.971896"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 22.478922,7.4929738 21.475054,11.239461"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 21.475054,11.239461 -6.489106,3.746487"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 18.732435,6.4891056 3.746487,1.0038682"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 14.985948,0 V 14.985948"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 11.239461,23.48279 7.4929738,22.478922"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 14.985948,29.971896 V 14.985948"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 14.985948,14.985948 8.496842,18.732435"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 8.496842,18.732435 7.4929738,22.478922"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 14.985948,14.985948 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 23.48279,18.732435 -1.003868,3.746487"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 14.985948,14.985948 3.746487,6.489106"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 18.732435,21.475054 3.746487,1.003868"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 14.985948,14.985948 11.239461,8.496842"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 11.239461,8.496842 7.4929738,7.4929738"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 7.4929738,7.4929738 6.4891056,11.239461"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <circle
- cx="14.985948"
- cy="14.985948"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle38" />
-</svg>
+ <polygon class="para" points="-18.732436,-18.732436 -18.732436,18.732436 18.732436,18.732436 18.732436,-18.732436 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,14.985948,14.985948)"/>
+ <path d="M 14.985948,14.985948 H 29.971896" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 22.478922,7.4929738 21.475054,11.239461" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 21.475054,11.239461 -6.489106,3.746487" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 18.732435,6.4891056 3.746487,1.0038682" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 14.985948,0 V 14.985948" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 11.239461,23.48279 7.4929738,22.478922" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 14.985948,29.971896 V 14.985948" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 14.985948,14.985948 8.496842,18.732435" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 8.496842,18.732435 7.4929738,22.478922" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 14.985948,14.985948 H 0" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 23.48279,18.732435 -1.003868,3.746487" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 14.985948,14.985948 3.746487,6.489106" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 18.732435,21.475054 3.746487,1.003868" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 14.985948,14.985948 11.239461,8.496842" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 11.239461,8.496842 7.4929738,7.4929738" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 7.4929738,7.4929738 6.4891056,11.239461" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P3-1.svg b/tiles/P3-1.svg
index e37f0d2f..0af42603 100644
--- a/tiles/P3-1.svg
+++ b/tiles/P3-1.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="26.456692"
- height="26.225334"
- viewBox="0 0 26.456692 26.225334"
- version="1.1"
- id="svg30"
- sodipodi:docname="P3-1.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs34" />
- <sodipodi:namedview
- id="namedview32"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="26.456692" height="26.225334" viewBox="0 0 26.456692 26.225334" version="1.1" id="svg30" sodipodi:docname="P3-1.svg">
+ <defs id="defs34"/>
+ <sodipodi:namedview id="namedview32" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,60 +11,16 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="64.659565,57.742549 45.761927,90.474218 83.557202,90.474218 102.45484,57.742549 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-18.304771,-16.530686)" />
- <path
- d="m 11.338582,13.112668 h 15.11811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 18.897637,8.748445 -7.559055,4.364223"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 18.897637,0.02 11.338582,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 3.7795272,26.205335 11.338582,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 11.338582,13.112668 3.7795272,17.47689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 18.897637,26.205335 11.338582,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 11.338582,13.112668 v 8.728445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 18.897637,17.47689 11.338582,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 11.338582,13.112668 3.7795272,8.748445"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 11.338582,13.112668 3.7795272,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 11.338582,13.112668 V 4.384222"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <circle
- cx="11.338585"
- cy="13.112667"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle28" />
-</svg>
+ <polygon class="para" points="64.659565,57.742549 45.761927,90.474218 83.557202,90.474218 102.45484,57.742549 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-18.304771,-16.530686)"/>
+ <path d="m 11.338582,13.112668 h 15.11811" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 18.897637,8.748445 -7.559055,4.364223" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 18.897637,0.02 11.338582,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 3.7795272,26.205335 11.338582,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 11.338582,13.112668 3.7795272,17.47689" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 18.897637,26.205335 11.338582,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 11.338582,13.112668 v 8.728445" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 18.897637,17.47689 11.338582,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 11.338582,13.112668 3.7795272,8.748445" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 11.338582,13.112668 3.7795272,0.02" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 11.338582,13.112668 V 4.384222" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P3-12.svg b/tiles/P3-12.svg
index ca10f4c1..3c12e0b0 100644
--- a/tiles/P3-12.svg
+++ b/tiles/P3-12.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="25.254175"
- height="25.334175"
- viewBox="0 0 25.254175 25.334175"
- version="1.1"
- id="svg34"
- sodipodi:docname="P3-12.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs38" />
- <sodipodi:namedview
- id="namedview36"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="25.254175" height="25.334175" viewBox="0 0 25.254175 25.334175" version="1.1" id="svg34" sodipodi:docname="P3-12.svg">
+ <defs id="defs38"/>
+ <sodipodi:namedview id="namedview36" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,68 +11,18 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="77.567774,93.351634 46.000055,93.351634 46.000055,30.216196 77.567774,30.216196 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-12.086478,-12.046478)" />
- <path
- d="M 12.627088,12.667088 H 25.254175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 20.940566,0.04 12.627088,12.667088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 20.940566,25.294175 H 8.313478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 8.313478,25.294175 4.31361,-12.627087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 12.627088,12.667088 8.313478,12.627087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 0,12.667088 H 12.627088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 12.627088,12.667088 8.313478,25.294175"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 8.313478,25.294175 v 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 8.313478,25.294175 v 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 12.627088,12.667088 8.313478,0.04"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 12.627088,12.667088 20.940566,0.04"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 8.313478,0.04 v 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 20.940566,25.294175 12.627088,12.667088"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <circle
- cx="12.62709"
- cy="12.667089"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle32" />
-</svg>
+ <polygon class="para" points="77.567774,93.351634 46.000055,93.351634 46.000055,30.216196 77.567774,30.216196 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-12.086478,-12.046478)"/>
+ <path d="M 12.627088,12.667088 H 25.254175" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 20.940566,0.04 12.627088,12.667088" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 20.940566,25.294175 H 8.313478" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 8.313478,25.294175 4.31361,-12.627087" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 12.627088,12.667088 8.313478,12.627087" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 0,12.667088 H 12.627088" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 12.627088,12.667088 8.313478,25.294175" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 8.313478,25.294175 v 0" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 8.313478,25.294175 v 0" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 12.627088,12.667088 8.313478,0.04" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 12.627088,12.667088 20.940566,0.04" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 8.313478,0.04 v 0" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 20.940566,25.294175 12.627088,12.667088" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-1.svg b/tiles/P4-1.svg
index 96821f5e..6dec023d 100644
--- a/tiles/P4-1.svg
+++ b/tiles/P4-1.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="51.288441"
- height="30.236219"
- viewBox="0 0 51.288441 30.236219"
- version="1.1"
- id="svg32"
- sodipodi:docname="P4-1.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs36" />
- <sodipodi:namedview
- id="namedview34"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="51.288441" height="30.236219" viewBox="0 0 51.288441 30.236219" version="1.1" id="svg32" sodipodi:docname="P4-1.svg">
+ <defs id="defs36"/>
+ <sodipodi:namedview id="namedview34" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,64 +11,17 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="128.95238,157.74946 128.95238,195.54474 224.34182,195.54474 224.34182,157.74946 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-45.01462,-55.54073)" />
- <path
- d="M 25.64422,15.11811 38.17577,7.88302"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 38.17577,7.88302 51.26844,0.32396"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 25.64422,0 V 7.55906"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 25.64422,7.55906 v 7.55905"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 51.26844,15.44207 38.17577,7.88302"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 0.02000001,23.00113 13.11267,15.44207"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 13.11267,15.44207 0.02000001,7.88302"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 13.11267,15.44207 12.53155,7.2351"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 25.64422,22.67717 v 7.55905"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 38.17577,23.00113 51.26844,15.44207"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 25.64422,15.11811 v 7.55906"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 25.64422,7.55906 13.11267,0.32396"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <circle
- cx="25.644215"
- cy="15.118105"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle30" />
-</svg>
+ <polygon class="para" points="128.95238,157.74946 128.95238,195.54474 224.34182,195.54474 224.34182,157.74946 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-45.01462,-55.54073)"/>
+ <path d="M 25.64422,15.11811 38.17577,7.88302" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 38.17577,7.88302 51.26844,0.32396" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 25.64422,0 V 7.55906" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 25.64422,7.55906 v 7.55905" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 51.26844,15.44207 38.17577,7.88302" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 0.02000001,23.00113 13.11267,15.44207" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 13.11267,15.44207 0.02000001,7.88302" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 13.11267,15.44207 12.53155,7.2351" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 25.64422,22.67717 v 7.55905" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 38.17577,23.00113 51.26844,15.44207" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 25.64422,15.11811 v 7.55906" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 25.64422,7.55906 13.11267,0.32396" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-10.svg b/tiles/P4-10.svg
index f2341709..45d5d1db 100644
--- a/tiles/P4-10.svg
+++ b/tiles/P4-10.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="59.763741"
- height="35.747139"
- viewBox="0 0 59.763741 35.747139"
- version="1.1"
- id="svg54"
- sodipodi:docname="P4-10.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs58" />
- <sodipodi:namedview
- id="namedview56"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="59.763741" height="35.747139" viewBox="0 0 59.763741 35.747139" version="1.1" id="svg54" sodipodi:docname="P4-10.svg">
+ <defs id="defs58"/>
+ <sodipodi:namedview id="namedview56" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,108 +11,28 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="59.934268,96.816894 59.934268,133.69952 170.58215,133.69952 170.58215,96.816894 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-16.22141,-29.966958)" />
- <path
- d="m 29.881876,16.136325 7.74535,-1.36571"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 37.627226,14.770615 6.63887,-1.17062"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 44.266096,13.599995 37.627226,0.01756535"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 29.881876,1.3832754 v 7.37652"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 29.881876,8.7597954 V 16.136325"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 44.266096,13.599995 7.74535,-1.36571"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 52.011446,12.234285 V 4.8577554"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 59.756796,20.976525 -7.74535,-1.36572"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 52.011446,19.610805 v -7.37652"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 7.7522969,12.234285 -7.74535099,1.36571"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 7.7522969,26.987335 v -7.37653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 7.7522969,19.610805 v -7.37652"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 7.7522969,19.610805 7.7453491,1.36572"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 15.497646,20.976525 6.63888,1.17061"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 22.136526,22.147135 -6.63888,13.58244"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 22.136526,22.147135 7.74535,1.36572"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 29.881876,23.512855 v 7.37652"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 44.266096,28.353045 -6.63887,-13.58243"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 29.881876,16.136325 v 7.37653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="m 52.011446,26.987335 v -7.37653"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 29.881876,8.7597954 -7.74535,-1.36571"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 7.7522969,12.234285 V 4.8577554"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 22.136526,7.3940854 15.497646,20.976525"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <circle
- cx="29.881876"
- cy="16.136322"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle52" />
-</svg>
+ <polygon class="para" points="59.934268,96.816894 59.934268,133.69952 170.58215,133.69952 170.58215,96.816894 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-16.22141,-29.966958)"/>
+ <path d="m 29.881876,16.136325 7.74535,-1.36571" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 37.627226,14.770615 6.63887,-1.17062" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 44.266096,13.599995 37.627226,0.01756535" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 29.881876,1.3832754 v 7.37652" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 29.881876,8.7597954 V 16.136325" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 44.266096,13.599995 7.74535,-1.36571" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 52.011446,12.234285 V 4.8577554" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 59.756796,20.976525 -7.74535,-1.36572" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 52.011446,19.610805 v -7.37652" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 7.7522969,12.234285 -7.74535099,1.36571" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 7.7522969,26.987335 v -7.37653" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 7.7522969,19.610805 v -7.37652" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 7.7522969,19.610805 7.7453491,1.36572" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 15.497646,20.976525 6.63888,1.17061" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 22.136526,22.147135 -6.63888,13.58244" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 22.136526,22.147135 7.74535,1.36572" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 29.881876,23.512855 v 7.37652" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 44.266096,28.353045 -6.63887,-13.58243" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 29.881876,16.136325 v 7.37653" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="m 52.011446,26.987335 v -7.37653" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 29.881876,8.7597954 -7.74535,-1.36571" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 7.7522969,12.234285 V 4.8577554" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 22.136526,7.3940854 15.497646,20.976525" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-15.svg b/tiles/P4-15.svg
index f5a0e2eb..d1eb1c75 100644
--- a/tiles/P4-15.svg
+++ b/tiles/P4-15.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="61.291309"
- height="65.39518"
- viewBox="0 0 61.291309 65.39518"
- version="1.1"
- id="svg58"
- sodipodi:docname="P4-15.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs62" />
- <sodipodi:namedview
- id="namedview60"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="61.291309" height="65.39518" viewBox="0 0 61.291309 65.39518" version="1.1" id="svg58" sodipodi:docname="P4-15.svg">
+ <defs id="defs62"/>
+ <sodipodi:namedview id="namedview60" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,116 +11,30 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="173.36775,221.19252 90.431874,161.35786 140.19992,92.375153 223.1358,152.20981 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,-27.96301,-28.088668)" />
- <path
- d="m 34.750522,34.624867 13.49841,6.8081"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 48.248932,41.432967 2.22107,1.12023"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 50.470002,42.553197 10.59333,5.34289"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="m 53.109782,23.962217 -11.72239,6.80811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 41.387392,30.770327 -6.63687,3.85454"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 7.9817616,51.555307 10.745732,38.284087"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 10.745732,38.284087 0.02821159,27.621437"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 15.074582,17.499107 -2.76397,13.27122"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 12.310612,30.770327 -1.2033,5.77764"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 11.107312,36.547967 -0.36158,1.73612"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 12.310612,30.770327 10.71752,10.66264"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 23.028132,41.432967 4.21672,4.19513"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 27.244852,45.628097 5.95771,5.92721"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 33.202562,51.555307 -11.72239,6.8081"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="m 41.387392,30.770327 -13.49841,-6.80811"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 27.888982,23.962217 -6.4072,-3.23155"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 21.481782,20.730667 -6.4072,-3.23156"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="m 23.028132,41.432967 11.72239,-6.8081"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 27.888982,23.962217 2.76397,-13.27121"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 30.652952,10.691007 19.935432,0.02835677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="m 31.342632,7.3795168 -0.68968,3.3114902"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 43.920082,62.217947 33.202562,51.555307"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="m 48.248932,41.432967 -2.76397,13.27122"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="m 45.484962,54.704187 -0.82406,3.95674"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <path
- d="m 45.484962,54.704187 10.71752,10.66264"
- style="stroke:#000000;stroke-width:0.08px"
- id="path54" />
- <circle
- cx="34.750519"
- cy="34.624866"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle56" />
-</svg>
+ <polygon class="para" points="173.36775,221.19252 90.431874,161.35786 140.19992,92.375153 223.1358,152.20981 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,-27.96301,-28.088668)"/>
+ <path d="m 34.750522,34.624867 13.49841,6.8081" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 48.248932,41.432967 2.22107,1.12023" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 50.470002,42.553197 10.59333,5.34289" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="m 53.109782,23.962217 -11.72239,6.80811" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 41.387392,30.770327 -6.63687,3.85454" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 7.9817616,51.555307 10.745732,38.284087" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 10.745732,38.284087 0.02821159,27.621437" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 15.074582,17.499107 -2.76397,13.27122" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 12.310612,30.770327 -1.2033,5.77764" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 11.107312,36.547967 -0.36158,1.73612" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 12.310612,30.770327 10.71752,10.66264" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 23.028132,41.432967 4.21672,4.19513" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 27.244852,45.628097 5.95771,5.92721" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 33.202562,51.555307 -11.72239,6.8081" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="m 41.387392,30.770327 -13.49841,-6.80811" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 27.888982,23.962217 -6.4072,-3.23155" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 21.481782,20.730667 -6.4072,-3.23156" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="m 23.028132,41.432967 11.72239,-6.8081" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 27.888982,23.962217 2.76397,-13.27121" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 30.652952,10.691007 19.935432,0.02835677" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="m 31.342632,7.3795168 -0.68968,3.3114902" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 43.920082,62.217947 33.202562,51.555307" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="m 48.248932,41.432967 -2.76397,13.27122" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="m 45.484962,54.704187 -0.82406,3.95674" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ <path d="m 45.484962,54.704187 10.71752,10.66264" style="stroke:#000000;stroke-width:0.08px" id="path54"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-19.svg b/tiles/P4-19.svg
index 242b7ce5..59bc9daf 100644
--- a/tiles/P4-19.svg
+++ b/tiles/P4-19.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="24.728792"
- height="20.489323"
- viewBox="0 0 24.728792 20.489323"
- version="1.1"
- id="svg3864"
- sodipodi:docname="P4-19.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs3868" />
- <sodipodi:namedview
- id="namedview3866"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="5.6290175"
- inkscape:cx="30.023002"
- inkscape:cy="93.799674"
- inkscape:current-layer="svg3864" />
- <style
- type="text/css"
- id="style3834">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="24.728792" height="20.489323" viewBox="0 0 24.728792 20.489323" version="1.1" id="svg3864" sodipodi:docname="P4-19.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs3868"/>
+ <sodipodi:namedview id="namedview3866" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="5.6290175" inkscape:cx="30.023002" inkscape:cy="93.799674" inkscape:current-layer="svg3864"/>
+ <style type="text/css" id="style3834">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,48 +11,13 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="37.227389,78.182165 48.128127,93.750033 99.049371,58.094594 88.148632,42.526727 "
- style="stroke:none"
- id="polygon3836"
- transform="matrix(0.4,0,0,0.4,-14.890956,-17.010691)" />
- <path
- d="m 12.364396,10.244661 h 6.626791"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3838" />
- <path
- d="M 23.181591,4.0175142 H 14.630892"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3840" />
- <path
- d="M 14.630892,4.0175142 12.364396,10.244661"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3842" />
- <path
- d="m 5.0998984,11.996743 -0.02031,0.0558"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3846" />
- <path
- d="m 2.8130934,18.279689 2.266496,-6.227147"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3850" />
- <path
- d="M 10.203351,16.182083 9.4398854,18.279689"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3856" />
- <path
- d="M 9.4398854,18.279689 H 2.8130934"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3858" />
- <path
- d="m 10.203351,16.182083 2.161045,-5.937422"
- style="stroke:#000000;stroke-width:0.08px"
- id="path3860" />
- <circle
- cx="12.364398"
- cy="10.244663"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle3862" />
-</svg>
+ <polygon class="para" points="37.227389,78.182165 48.128127,93.750033 99.049371,58.094594 88.148632,42.526727 " style="stroke:none" id="polygon3836" transform="matrix(0.4,0,0,0.4,-14.890956,-17.010691)"/>
+ <path d="m 12.364396,10.244661 h 6.626791" style="stroke:#000000;stroke-width:0.08px" id="path3838"/>
+ <path d="M 23.181591,4.0175142 H 14.630892" style="stroke:#000000;stroke-width:0.08px" id="path3840"/>
+ <path d="M 14.630892,4.0175142 12.364396,10.244661" style="stroke:#000000;stroke-width:0.08px" id="path3842"/>
+ <path d="m 5.0998984,11.996743 -0.02031,0.0558" style="stroke:#000000;stroke-width:0.08px" id="path3846"/>
+ <path d="m 2.8130934,18.279689 2.266496,-6.227147" style="stroke:#000000;stroke-width:0.08px" id="path3850"/>
+ <path d="M 10.203351,16.182083 9.4398854,18.279689" style="stroke:#000000;stroke-width:0.08px" id="path3856"/>
+ <path d="M 9.4398854,18.279689 H 2.8130934" style="stroke:#000000;stroke-width:0.08px" id="path3858"/>
+ <path d="m 10.203351,16.182083 2.161045,-5.937422" style="stroke:#000000;stroke-width:0.08px" id="path3860"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-23.svg b/tiles/P4-23.svg
index 4c89e0f9..df678b29 100644
--- a/tiles/P4-23.svg
+++ b/tiles/P4-23.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="41.212536"
- height="29.744957"
- viewBox="0 0 41.212536 29.744957"
- version="1.1"
- id="svg56"
- sodipodi:docname="P4-23.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="41.212536" height="29.744957" viewBox="0 0 41.212536 29.744957" version="1.1" id="svg56" sodipodi:docname="P4-23.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-16.071583,-27.836798 -48.214748,27.836798 16.071583,27.836798 48.214748,-27.836798 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,20.606267,14.872478)" />
- <path
- d="M 20.606267,14.872478 H 30.89208"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 30.89208,14.872478 h 5.142906"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 36.034986,14.872478 33.463533,7.449332"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 33.463533,7.449332 25.749174,5.9647028"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 25.749174,5.9647028 20.606267,14.872478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 41.177893,5.9647028 38.60644,1.5108151"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 38.60644,1.5108151 33.463533,7.449332"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 28.320627,1.5108151 25.749174,5.9647028"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 2.606094,28.234141 0.03464102,23.780253"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 2.606094,28.234141 7.749001,22.295624"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 7.749001,22.295624 5.177548,14.872478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 12.891907,28.234141 2.571454,-4.453888"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 15.463361,23.780253 7.749001,22.295624"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="M 20.606267,14.872478 H 10.320454"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 10.320454,14.872478 H 5.177548"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 15.463361,23.780253 5.142906,-8.907775"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="M 28.320627,28.234141 25.749174,23.780253"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 25.749174,23.780253 20.606267,29.71877"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="M 25.749174,23.780253 20.606267,14.872478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 33.463533,22.295624 30.89208,14.872478"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 10.320454,14.872478 7.749001,7.449332"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 20.606267,14.872478 15.463361,5.9647028"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 15.463361,5.9647028 12.891907,1.5108151"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 15.463361,5.9647028 20.606267,0.02618615"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <circle
- cx="20.606268"
- cy="14.872478"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="-16.071583,-27.836798 -48.214748,27.836798 16.071583,27.836798 48.214748,-27.836798 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,20.606267,14.872478)"/>
+ <path d="M 20.606267,14.872478 H 30.89208" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 30.89208,14.872478 h 5.142906" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 36.034986,14.872478 33.463533,7.449332" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 33.463533,7.449332 25.749174,5.9647028" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 25.749174,5.9647028 20.606267,14.872478" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 41.177893,5.9647028 38.60644,1.5108151" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 38.60644,1.5108151 33.463533,7.449332" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 28.320627,1.5108151 25.749174,5.9647028" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 2.606094,28.234141 0.03464102,23.780253" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 2.606094,28.234141 7.749001,22.295624" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 7.749001,22.295624 5.177548,14.872478" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 12.891907,28.234141 2.571454,-4.453888" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 15.463361,23.780253 7.749001,22.295624" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="M 20.606267,14.872478 H 10.320454" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 10.320454,14.872478 H 5.177548" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 15.463361,23.780253 5.142906,-8.907775" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="M 28.320627,28.234141 25.749174,23.780253" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 25.749174,23.780253 20.606267,29.71877" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="M 25.749174,23.780253 20.606267,14.872478" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 33.463533,22.295624 30.89208,14.872478" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 10.320454,14.872478 7.749001,7.449332" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 20.606267,14.872478 15.463361,5.9647028" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 15.463361,5.9647028 12.891907,1.5108151" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 15.463361,5.9647028 20.606267,0.02618615" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-24.svg b/tiles/P4-24.svg
index 57c134dc..d2de4d4b 100644
--- a/tiles/P4-24.svg
+++ b/tiles/P4-24.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="44.22591"
- height="57.452221"
- viewBox="0 0 44.22591 57.45222"
- version="1.1"
- id="svg56"
- sodipodi:docname="P4-24.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="44.22591" height="57.452221" viewBox="0 0 44.22591 57.45222" version="1.1" id="svg56" sodipodi:docname="P4-24.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="23.010704,39.855709 -23.010704,13.285236 -23.010704,-39.855709 23.010704,-13.285236 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.6,0,0,0.6,20.24942,25.537654)" />
- <path
- d="m 20.24942,25.537654 h 7.363425"
- style="stroke:#000000;stroke-width:0.12px"
- id="path6" />
- <path
- d="M 27.612845,25.537654 22.090277,9.5953704"
- style="stroke:#000000;stroke-width:0.12px"
- id="path8" />
- <path
- d="M 22.090277,9.5953704 H 11.045138"
- style="stroke:#000000;stroke-width:0.12px"
- id="path10" />
- <path
- d="M 11.045138,9.5953704 16.567707,19.16074"
- style="stroke:#000000;stroke-width:0.12px"
- id="path12" />
- <path
- d="m 16.567707,19.16074 3.681713,6.376914"
- style="stroke:#000000;stroke-width:0.12px"
- id="path14" />
- <path
- d="M 27.612845,25.537654 H 38.657984"
- style="stroke:#000000;stroke-width:0.12px"
- id="path16" />
- <path
- d="m 38.657984,25.537654 -5.52257,-9.565371"
- style="stroke:#000000;stroke-width:0.12px"
- id="path18" />
- <path
- d="M 16.567707,19.16074 5.5225691,31.914567"
- style="stroke:#000000;stroke-width:0.12px"
- id="path20" />
- <path
- d="m 5.5225691,31.914567 5.5225689,9.565371"
- style="stroke:#000000;stroke-width:0.12px"
- id="path22" />
- <path
- d="m 11.045138,41.479938 5.522569,-9.565371"
- style="stroke:#000000;stroke-width:0.12px"
- id="path24" />
- <path
- d="M 16.567707,31.914567 20.24942,25.537654"
- style="stroke:#000000;stroke-width:0.12px"
- id="path26" />
- <path
- d="M 11.045138,9.5953704 5.5225691,19.16074"
- style="stroke:#000000;stroke-width:0.12px"
- id="path28" />
- <path
- d="m 16.567707,31.914567 16.567707,3.188457"
- style="stroke:#000000;stroke-width:0.12px"
- id="path30" />
- <path
- d="m 33.135414,35.103024 5.52257,-9.56537"
- style="stroke:#000000;stroke-width:0.12px"
- id="path32" />
- <path
- d="m 29.453702,41.479938 3.681712,-6.376914"
- style="stroke:#000000;stroke-width:0.12px"
- id="path34" />
- <path
- d="M 11.045138,41.479938 H 22.090277"
- style="stroke:#000000;stroke-width:0.12px"
- id="path36" />
- <path
- d="m 22.090277,41.479938 h 7.363425"
- style="stroke:#000000;stroke-width:0.12px"
- id="path38" />
- <path
- d="M 5.5225691,0.03 11.045138,9.5953704"
- style="stroke:#000000;stroke-width:0.12px"
- id="path40" />
- <path
- d="M 11.045138,9.5953704 16.567707,0.03"
- style="stroke:#000000;stroke-width:0.12px"
- id="path42" />
- <path
- d="M 27.612845,57.422221 22.090277,41.479938"
- style="stroke:#000000;stroke-width:0.12px"
- id="path44" />
- <path
- d="m 38.657984,57.422221 -5.52257,-9.565369"
- style="stroke:#000000;stroke-width:0.12px"
- id="path46" />
- <path
- d="M 33.135414,47.856852 29.453702,41.479938"
- style="stroke:#000000;stroke-width:0.12px"
- id="path48" />
- <path
- d="M 44.180553,35.103024 33.135414,47.856852"
- style="stroke:#000000;stroke-width:0.12px"
- id="path50" />
- <path
- d="M 0,9.5953704 H 11.045138"
- style="stroke:#000000;stroke-width:0.12px"
- id="path52" />
- <circle
- cx="20.249418"
- cy="25.537655"
- r="5.6692915"
- style="fill:none;stroke:#0000ff;stroke-width:0.12px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="23.010704,39.855709 -23.010704,13.285236 -23.010704,-39.855709 23.010704,-13.285236 " style="stroke:none" id="polygon4" transform="matrix(0.6,0,0,0.6,20.24942,25.537654)"/>
+ <path d="m 20.24942,25.537654 h 7.363425" style="stroke:#000000;stroke-width:0.12px" id="path6"/>
+ <path d="M 27.612845,25.537654 22.090277,9.5953704" style="stroke:#000000;stroke-width:0.12px" id="path8"/>
+ <path d="M 22.090277,9.5953704 H 11.045138" style="stroke:#000000;stroke-width:0.12px" id="path10"/>
+ <path d="M 11.045138,9.5953704 16.567707,19.16074" style="stroke:#000000;stroke-width:0.12px" id="path12"/>
+ <path d="m 16.567707,19.16074 3.681713,6.376914" style="stroke:#000000;stroke-width:0.12px" id="path14"/>
+ <path d="M 27.612845,25.537654 H 38.657984" style="stroke:#000000;stroke-width:0.12px" id="path16"/>
+ <path d="m 38.657984,25.537654 -5.52257,-9.565371" style="stroke:#000000;stroke-width:0.12px" id="path18"/>
+ <path d="M 16.567707,19.16074 5.5225691,31.914567" style="stroke:#000000;stroke-width:0.12px" id="path20"/>
+ <path d="m 5.5225691,31.914567 5.5225689,9.565371" style="stroke:#000000;stroke-width:0.12px" id="path22"/>
+ <path d="m 11.045138,41.479938 5.522569,-9.565371" style="stroke:#000000;stroke-width:0.12px" id="path24"/>
+ <path d="M 16.567707,31.914567 20.24942,25.537654" style="stroke:#000000;stroke-width:0.12px" id="path26"/>
+ <path d="M 11.045138,9.5953704 5.5225691,19.16074" style="stroke:#000000;stroke-width:0.12px" id="path28"/>
+ <path d="m 16.567707,31.914567 16.567707,3.188457" style="stroke:#000000;stroke-width:0.12px" id="path30"/>
+ <path d="m 33.135414,35.103024 5.52257,-9.56537" style="stroke:#000000;stroke-width:0.12px" id="path32"/>
+ <path d="m 29.453702,41.479938 3.681712,-6.376914" style="stroke:#000000;stroke-width:0.12px" id="path34"/>
+ <path d="M 11.045138,41.479938 H 22.090277" style="stroke:#000000;stroke-width:0.12px" id="path36"/>
+ <path d="m 22.090277,41.479938 h 7.363425" style="stroke:#000000;stroke-width:0.12px" id="path38"/>
+ <path d="M 5.5225691,0.03 11.045138,9.5953704" style="stroke:#000000;stroke-width:0.12px" id="path40"/>
+ <path d="M 11.045138,9.5953704 16.567707,0.03" style="stroke:#000000;stroke-width:0.12px" id="path42"/>
+ <path d="M 27.612845,57.422221 22.090277,41.479938" style="stroke:#000000;stroke-width:0.12px" id="path44"/>
+ <path d="m 38.657984,57.422221 -5.52257,-9.565369" style="stroke:#000000;stroke-width:0.12px" id="path46"/>
+ <path d="M 33.135414,47.856852 29.453702,41.479938" style="stroke:#000000;stroke-width:0.12px" id="path48"/>
+ <path d="M 44.180553,35.103024 33.135414,47.856852" style="stroke:#000000;stroke-width:0.12px" id="path50"/>
+ <path d="M 0,9.5953704 H 11.045138" style="stroke:#000000;stroke-width:0.12px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-25.svg b/tiles/P4-25.svg
index 78269df9..882ad06e 100644
--- a/tiles/P4-25.svg
+++ b/tiles/P4-25.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="42.97826"
- height="49.599491"
- viewBox="0 0 42.97826 49.599491"
- version="1.1"
- id="svg56"
- sodipodi:docname="P4-25.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs60" />
- <sodipodi:namedview
- id="namedview58"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="42.97826" height="49.599491" viewBox="0 0 42.97826 49.599491" version="1.1" id="svg56" sodipodi:docname="P4-25.svg">
+ <defs id="defs60"/>
+ <sodipodi:namedview id="namedview58" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,112 +11,29 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-26.841545,15.496973 26.841545,46.49092 26.841545,-15.496973 -26.841545,-46.49092 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,21.48913,24.799746)" />
- <path
- d="M 21.48913,24.799746 32.941523,19.840715"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 32.941523,19.840715 31.509974,17.361199"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 22.920679,12.402167 21.48913,24.799746"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 22.920679,12.402167 H 20.057581"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 20.057581,12.402167 H 14.331385"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 14.331385,12.402167 -2.863099,4.959032"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 11.468286,17.361199 21.48913,24.799746"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 11.468286,17.361199 -1.431549,2.479516"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 10.036737,29.758778 21.48913,24.799746"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 10.036737,29.758778 1.431549,2.479516"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 20.057581,37.197325 21.48913,24.799746"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 20.057581,37.197325 h 2.863098"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 22.920679,37.197325 h 5.726197"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 28.646876,37.197325 2.863098,-4.959031"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 31.509974,32.238294 21.48913,24.799746"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="m 31.509974,32.238294 1.431549,-2.479516"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <path
- d="m 28.646876,37.197325 2.863098,4.959031"
- style="stroke:#000000;stroke-width:0.08px"
- id="path38" />
- <path
- d="M 31.509974,42.156356 42.962366,37.197325"
- style="stroke:#000000;stroke-width:0.08px"
- id="path40" />
- <path
- d="m 31.509974,42.156356 1.10945,1.921625"
- style="stroke:#000000;stroke-width:0.08px"
- id="path42" />
- <path
- d="M 0.01589439,12.402167 11.468286,7.4431363"
- style="stroke:#000000;stroke-width:0.08px"
- id="path44" />
- <path
- d="M 11.468286,7.4431363 10.036737,4.9636203"
- style="stroke:#000000;stroke-width:0.08px"
- id="path46" />
- <path
- d="M 14.331385,12.402167 11.468286,7.4431363"
- style="stroke:#000000;stroke-width:0.08px"
- id="path48" />
- <path
- d="M 20.057581,12.402167 21.48913,0.00458831"
- style="stroke:#000000;stroke-width:0.08px"
- id="path50" />
- <path
- d="M 22.920679,37.197325 21.48913,49.594904"
- style="stroke:#000000;stroke-width:0.08px"
- id="path52" />
- <circle
- cx="21.48913"
- cy="24.799746"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle54" />
-</svg>
+ <polygon class="para" points="-26.841545,15.496973 26.841545,46.49092 26.841545,-15.496973 -26.841545,-46.49092 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,21.48913,24.799746)"/>
+ <path d="M 21.48913,24.799746 32.941523,19.840715" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 32.941523,19.840715 31.509974,17.361199" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 22.920679,12.402167 21.48913,24.799746" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 22.920679,12.402167 H 20.057581" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 20.057581,12.402167 H 14.331385" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 14.331385,12.402167 -2.863099,4.959032" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 11.468286,17.361199 21.48913,24.799746" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 11.468286,17.361199 -1.431549,2.479516" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 10.036737,29.758778 21.48913,24.799746" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 10.036737,29.758778 1.431549,2.479516" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 20.057581,37.197325 21.48913,24.799746" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 20.057581,37.197325 h 2.863098" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 22.920679,37.197325 h 5.726197" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 28.646876,37.197325 2.863098,-4.959031" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 31.509974,32.238294 21.48913,24.799746" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="m 31.509974,32.238294 1.431549,-2.479516" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ <path d="m 28.646876,37.197325 2.863098,4.959031" style="stroke:#000000;stroke-width:0.08px" id="path38"/>
+ <path d="M 31.509974,42.156356 42.962366,37.197325" style="stroke:#000000;stroke-width:0.08px" id="path40"/>
+ <path d="m 31.509974,42.156356 1.10945,1.921625" style="stroke:#000000;stroke-width:0.08px" id="path42"/>
+ <path d="M 0.01589439,12.402167 11.468286,7.4431363" style="stroke:#000000;stroke-width:0.08px" id="path44"/>
+ <path d="M 11.468286,7.4431363 10.036737,4.9636203" style="stroke:#000000;stroke-width:0.08px" id="path46"/>
+ <path d="M 14.331385,12.402167 11.468286,7.4431363" style="stroke:#000000;stroke-width:0.08px" id="path48"/>
+ <path d="M 20.057581,12.402167 21.48913,0.00458831" style="stroke:#000000;stroke-width:0.08px" id="path50"/>
+ <path d="M 22.920679,37.197325 21.48913,49.594904" style="stroke:#000000;stroke-width:0.08px" id="path52"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-42.svg b/tiles/P4-42.svg
index ca2331a9..c05558cb 100644
--- a/tiles/P4-42.svg
+++ b/tiles/P4-42.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="18.93228"
- height="26.225336"
- viewBox="0 0 18.93228 26.225336"
- version="1.1"
- id="svg34"
- sodipodi:docname="P4-42.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs38" />
- <sodipodi:namedview
- id="namedview36"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="18.93228" height="26.225336" viewBox="0 0 18.93228 26.225336" version="1.1" id="svg34" sodipodi:docname="P4-42.svg">
+ <defs id="defs38"/>
+ <sodipodi:namedview id="namedview36" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,68 +11,18 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="14.173228,8.1829172 14.173228,-24.548752 -14.173228,-8.1829172 -14.173228,24.548752 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,11.338583,13.112668)" />
- <path
- d="m 11.338583,13.112668 h 7.559055"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 18.897638,13.112668 15.118111,6.5663342"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 15.118111,6.5663342 H 7.5590555"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 7.5590555,6.5663342 11.338583,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 7.5590555,6.5663342 3.779528,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 3.779528,13.112668 3.7795275,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 7.5590555,19.659002 11.338583,13.112668"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 7.5590555,19.659002 H 15.118111"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 15.118111,19.659002 3.779527,-6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 15.118111,6.5663342 18.897638,0.02"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 7.5590555,19.659002 3.7795275,6.546334"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 7.5590555,19.659002 3.779528,26.205336"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 0,19.659002 H 7.5590555"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <circle
- cx="11.338583"
- cy="13.112668"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle32" />
-</svg>
+ <polygon class="para" points="14.173228,8.1829172 14.173228,-24.548752 -14.173228,-8.1829172 -14.173228,24.548752 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,11.338583,13.112668)"/>
+ <path d="m 11.338583,13.112668 h 7.559055" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 18.897638,13.112668 15.118111,6.5663342" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 15.118111,6.5663342 H 7.5590555" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 7.5590555,6.5663342 11.338583,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 7.5590555,6.5663342 3.779528,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 3.779528,13.112668 3.7795275,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 7.5590555,19.659002 11.338583,13.112668" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 7.5590555,19.659002 H 15.118111" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 15.118111,19.659002 3.779527,-6.546334" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 15.118111,6.5663342 18.897638,0.02" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 7.5590555,19.659002 3.7795275,6.546334" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 7.5590555,19.659002 3.779528,26.205336" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 0,19.659002 H 7.5590555" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-43-mod.svg b/tiles/P4-43-mod.svg
index 7ac5e6d9..477106ca 100644
--- a/tiles/P4-43-mod.svg
+++ b/tiles/P4-43-mod.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="20.988546"
- height="21.047535"
- viewBox="0 0 20.988547 21.047535"
- version="1.1"
- id="svg38"
- sodipodi:docname="P4-43-mod.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs42" />
- <sodipodi:namedview
- id="namedview40"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="20.988546" height="21.047535" viewBox="0 0 20.988547 21.047535" version="1.1" id="svg38" sodipodi:docname="P4-43-mod.svg">
+ <defs id="defs42"/>
+ <sodipodi:namedview id="namedview40" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,76 +11,20 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="19.688364,4.8585144 1.4855265,-12.986409 -19.688364,-4.8585144 -1.4855265,12.986409 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.48,0,0,0.48,11.538132,8.5730723)" />
- <path
- d="m 11.538132,8.5730723 h 7.380711"
- style="stroke:#000000;stroke-width:0.096px"
- id="path6" />
- <path
- d="M 10.18148,0.00750885 11.538132,8.5730723"
- style="stroke:#000000;stroke-width:0.096px"
- id="path8" />
- <path
- d="M 0.01801346,3.9088985 11.538132,8.5730723"
- style="stroke:#000000;stroke-width:0.096px"
- id="path10" />
- <path
- d="M 11.538132,8.5730723 10.18148,0.00750885"
- style="stroke:#000000;stroke-width:0.096px"
- id="path12" />
- <path
- d="M 1.3746649,12.474462 H 8.755375"
- style="stroke:#000000;stroke-width:0.096px"
- id="path14" />
- <path
- d="M 8.755375,12.474462 11.538132,8.5730723"
- style="stroke:#000000;stroke-width:0.096px"
- id="path16" />
- <path
- d="M 11.538132,8.5730723 0.01801346,3.9088985"
- style="stroke:#000000;stroke-width:0.096px"
- id="path18" />
- <path
- d="M 18.918843,8.5730723 H 11.538132"
- style="stroke:#000000;stroke-width:0.096px"
- id="path20" />
- <path
- d="m 8.755375,12.474462 11.520119,4.664173"
- style="stroke:#000000;stroke-width:0.096px"
- id="path22" />
- <path
- d="M 20.275494,17.138635 18.918843,8.5730723"
- style="stroke:#000000;stroke-width:0.096px"
- id="path24" />
- <path
- d="M 8.755375,12.474462 H 1.3746649"
- style="stroke:#000000;stroke-width:0.096px"
- id="path26" />
- <path
- d="M 10.112027,21.040025 8.755375,12.474462"
- style="stroke:#000000;stroke-width:0.096px"
- id="path28" />
- <path
- d="M 20.275494,17.138635 8.755375,12.474462"
- style="stroke:#000000;stroke-width:0.096px"
- id="path30" />
- <path
- d="m 8.755375,12.474462 1.356652,8.565563"
- style="stroke:#000000;stroke-width:0.096px"
- id="path32" />
- <path
- d="m 18.918843,8.5730723 1.356651,8.5655627"
- style="stroke:#000000;stroke-width:0.096px"
- id="path34" />
- <circle
- cx="11.538133"
- cy="8.5730724"
- r="4.5354333"
- style="fill:none;stroke:#0000ff;stroke-width:0.096px"
- id="circle36" />
-</svg>
+ <polygon class="para" points="19.688364,4.8585144 1.4855265,-12.986409 -19.688364,-4.8585144 -1.4855265,12.986409 " style="stroke:none" id="polygon4" transform="matrix(0.48,0,0,0.48,11.538132,8.5730723)"/>
+ <path d="m 11.538132,8.5730723 h 7.380711" style="stroke:#000000;stroke-width:0.096px" id="path6"/>
+ <path d="M 10.18148,0.00750885 11.538132,8.5730723" style="stroke:#000000;stroke-width:0.096px" id="path8"/>
+ <path d="M 0.01801346,3.9088985 11.538132,8.5730723" style="stroke:#000000;stroke-width:0.096px" id="path10"/>
+ <path d="M 11.538132,8.5730723 10.18148,0.00750885" style="stroke:#000000;stroke-width:0.096px" id="path12"/>
+ <path d="M 1.3746649,12.474462 H 8.755375" style="stroke:#000000;stroke-width:0.096px" id="path14"/>
+ <path d="M 8.755375,12.474462 11.538132,8.5730723" style="stroke:#000000;stroke-width:0.096px" id="path16"/>
+ <path d="M 11.538132,8.5730723 0.01801346,3.9088985" style="stroke:#000000;stroke-width:0.096px" id="path18"/>
+ <path d="M 18.918843,8.5730723 H 11.538132" style="stroke:#000000;stroke-width:0.096px" id="path20"/>
+ <path d="m 8.755375,12.474462 11.520119,4.664173" style="stroke:#000000;stroke-width:0.096px" id="path22"/>
+ <path d="M 20.275494,17.138635 18.918843,8.5730723" style="stroke:#000000;stroke-width:0.096px" id="path24"/>
+ <path d="M 8.755375,12.474462 H 1.3746649" style="stroke:#000000;stroke-width:0.096px" id="path26"/>
+ <path d="M 10.112027,21.040025 8.755375,12.474462" style="stroke:#000000;stroke-width:0.096px" id="path28"/>
+ <path d="M 20.275494,17.138635 8.755375,12.474462" style="stroke:#000000;stroke-width:0.096px" id="path30"/>
+ <path d="m 8.755375,12.474462 1.356652,8.565563" style="stroke:#000000;stroke-width:0.096px" id="path32"/>
+ <path d="m 18.918843,8.5730723 1.356651,8.5655627" style="stroke:#000000;stroke-width:0.096px" id="path34"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-43.svg b/tiles/P4-43.svg
index df830748..18e260b3 100644
--- a/tiles/P4-43.svg
+++ b/tiles/P4-43.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="18.509253"
- height="16.357939"
- viewBox="0 0 18.509253 16.357939"
- version="1.1"
- id="svg24"
- sodipodi:docname="P4-43.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs28" />
- <sodipodi:namedview
- id="namedview26"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="18.509253" height="16.357939" viewBox="0 0 18.509253 16.357939" version="1.1" id="svg24" sodipodi:docname="P4-43.svg">
+ <defs id="defs28"/>
+ <sodipodi:namedview id="namedview26" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,48 +11,13 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-1.7676951,-19.304817 -12.76612,2.2510114 1.7676951,19.304817 12.76612,-2.2510114 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,10.212896,7.7219268)" />
- <path
- d="m 10.212896,7.7219268 h 8.296357"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 12.695727,0.90040437 10.212896,7.7219268"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 0,9.522736 H 8.2963569"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 8.2963569,9.522736 10.212896,7.7219268"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 10.212896,7.7219268 2.4828309,2.7012135"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 8.2963569,9.522736 7.7300651,5.020713"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 8.2963569,9.522736 5.8135258,16.344258"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 4.3993698,0.90040437 H 12.695727"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <circle
- cx="10.212895"
- cy="7.7219267"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle22" />
-</svg>
+ <polygon class="para" points="-1.7676951,-19.304817 -12.76612,2.2510114 1.7676951,19.304817 12.76612,-2.2510114 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,10.212896,7.7219268)"/>
+ <path d="m 10.212896,7.7219268 h 8.296357" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 12.695727,0.90040437 10.212896,7.7219268" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 0,9.522736 H 8.2963569" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 8.2963569,9.522736 10.212896,7.7219268" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 10.212896,7.7219268 2.4828309,2.7012135" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 8.2963569,9.522736 7.7300651,5.020713" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 8.2963569,9.522736 5.8135258,16.344258" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 4.3993698,0.90040437 H 12.695727" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P4-47.svg b/tiles/P4-47.svg
index eacc473d..7d7df082 100644
--- a/tiles/P4-47.svg
+++ b/tiles/P4-47.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="19.109213"
- height="20.397865"
- viewBox="0 0 19.109213 20.397865"
- version="1.1"
- id="svg30"
- sodipodi:docname="P4-47.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs34" />
- <sodipodi:namedview
- id="namedview32"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="19.109213" height="20.397865" viewBox="0 0 19.109213 20.397865" version="1.1" id="svg30" sodipodi:docname="P4-47.svg">
+ <defs id="defs34"/>
+ <sodipodi:namedview id="namedview32" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,60 +11,16 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-14.488158,-21.765483 -14.488158,21.765483 14.488158,21.765483 14.488158,-21.765483 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,7.5041737,11.654397)" />
- <path
- d="m 7.5041737,11.654397 5.7952633,5.795264"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 19.0947,11.654397 11.61881,8.7434674"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 11.61881,8.7434674 7.5041737,11.654397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 17.414074,2.9482041 11.61881,8.7434674"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 13.299437,0.03727405 5.8235474,2.9482041"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 11.61881,8.7434674 5.8235474,2.9482041"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 1.7089106,17.449661 7.5041737,11.654397"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 7.5041737,11.654397 0.02828427,8.7434674"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 5.8235474,2.9482041 0.02828427,8.7434674"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 13.299437,17.449661 -7.4758896,2.91093"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 5.8235474,20.360591 1.7089106,17.449661"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <circle
- cx="7.5041738"
- cy="11.654398"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle28" />
-</svg>
+ <polygon class="para" points="-14.488158,-21.765483 -14.488158,21.765483 14.488158,21.765483 14.488158,-21.765483 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,7.5041737,11.654397)"/>
+ <path d="m 7.5041737,11.654397 5.7952633,5.795264" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 19.0947,11.654397 11.61881,8.7434674" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 11.61881,8.7434674 7.5041737,11.654397" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 17.414074,2.9482041 11.61881,8.7434674" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 13.299437,0.03727405 5.8235474,2.9482041" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 11.61881,8.7434674 5.8235474,2.9482041" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 1.7089106,17.449661 7.5041737,11.654397" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 7.5041737,11.654397 0.02828427,8.7434674" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 5.8235474,2.9482041 0.02828427,8.7434674" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 13.299437,17.449661 -7.4758896,2.91093" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 5.8235474,20.360591 1.7089106,17.449661" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P5-10_11-awesome.svg b/tiles/P5-10_11-awesome.svg
index 8d3820dc..8b578c95 100644
--- a/tiles/P5-10_11-awesome.svg
+++ b/tiles/P5-10_11-awesome.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="26.091629"
- height="28.257685"
- viewBox="0 0 26.091629 28.257685"
- version="1.1"
- id="svg36"
- sodipodi:docname="P5-10_11-awesome.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs40" />
- <sodipodi:namedview
- id="namedview38"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="26.091629" height="28.257685" viewBox="0 0 26.091629 28.257685" version="1.1" id="svg36" sodipodi:docname="P5-10_11-awesome.svg">
+ <defs id="defs40"/>
+ <sodipodi:namedview id="namedview38" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,72 +11,19 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-32.614537,-10.597105 -10.597105,32.614537 32.614537,10.597105 10.597105,-32.614537 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,13.045815,13.045815)" />
- <path
- d="M 13.045815,13.045815 18.488823,7.6028064"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 18.488823,7.6028064 13.045815,2.1597981"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 13.045815,2.1597981 5.4430085,3.3639643"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 5.4430085,3.3639643 6.6471747,10.966771"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="m 6.6471747,10.966771 6.3986403,2.079044"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 23.931832,2.1597981 18.488823,7.6028064"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 21.852787,19.444455 -7.602806,1.204166"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 14.249981,20.648621 13.045815,13.045815"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 18.488823,7.6028064 5.443009,5.4430086"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="m 23.931832,13.045815 -2.079045,6.39864"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 6.6471747,21.852787 14.249981,20.648621"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="m 14.249981,20.648621 1.204166,7.602806"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 6.6471747,10.966771 1.2041668,16.409779"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 1.2041668,16.409779 5.4430079,5.443008"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <circle
- cx="13.045815"
- cy="13.045815"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle34" />
-</svg>
+ <polygon class="para" points="-32.614537,-10.597105 -10.597105,32.614537 32.614537,10.597105 10.597105,-32.614537 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,13.045815,13.045815)"/>
+ <path d="M 13.045815,13.045815 18.488823,7.6028064" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 18.488823,7.6028064 13.045815,2.1597981" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 13.045815,2.1597981 5.4430085,3.3639643" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 5.4430085,3.3639643 6.6471747,10.966771" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="m 6.6471747,10.966771 6.3986403,2.079044" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 23.931832,2.1597981 18.488823,7.6028064" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 21.852787,19.444455 -7.602806,1.204166" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 14.249981,20.648621 13.045815,13.045815" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 18.488823,7.6028064 5.443009,5.4430086" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="m 23.931832,13.045815 -2.079045,6.39864" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 6.6471747,21.852787 14.249981,20.648621" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="m 14.249981,20.648621 1.204166,7.602806" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 6.6471747,10.966771 1.2041668,16.409779" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 1.2041668,16.409779 5.4430079,5.443008" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P5-19.svg b/tiles/P5-19.svg
index 8d975f59..25898245 100644
--- a/tiles/P5-19.svg
+++ b/tiles/P5-19.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="20.302076"
- height="34.333843"
- viewBox="0 0 20.302076 34.333843"
- version="1.1"
- id="svg40"
- sodipodi:docname="P5-19.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs44" />
- <sodipodi:namedview
- id="namedview42"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="20.302076" height="34.333843" viewBox="0 0 20.302076 34.333843" version="1.1" id="svg40" sodipodi:docname="P5-19.svg">
+ <defs id="defs44"/>
+ <sodipodi:namedview id="namedview42" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,80 +11,21 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-11.66201,-42.817305 -11.66201,42.817305 11.66201,42.817305 11.66201,-42.817305 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,10.972468,17.166922)" />
- <path
- d="m 10.972468,17.166922 h 9.329608"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="M 17.669572,9.9341771 11.962112,7.2727448"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 11.962112,7.2727448 8.3399642,9.9341771"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 8.3399642,9.9341771 10.972468,17.166922"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 18.659216,0.04 H 9.3296082"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 9.3296082,0.04 11.962112,7.2727448"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 9.3296082,34.293844 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 2.6325043,27.061099 8.3399642,24.399667"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 8.3399642,24.399667 3.6221478,2.661432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 11.962112,27.061099 9.3296082,34.293844"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 1.64286,17.166922 h 9.329608"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 10.972468,17.166922 8.3399642,24.399667"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="M 18.659216,34.293844 H 9.3296082"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <path
- d="m 11.962112,27.061099 5.70746,-2.661432"
- style="stroke:#000000;stroke-width:0.08px"
- id="path32" />
- <path
- d="M 8.3399642,9.9341771 2.6325043,7.2727448"
- style="stroke:#000000;stroke-width:0.08px"
- id="path34" />
- <path
- d="M 9.3296082,0.04 H 0"
- style="stroke:#000000;stroke-width:0.08px"
- id="path36" />
- <circle
- cx="10.972468"
- cy="17.166922"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle38" />
-</svg>
+ <polygon class="para" points="-11.66201,-42.817305 -11.66201,42.817305 11.66201,42.817305 11.66201,-42.817305 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,10.972468,17.166922)"/>
+ <path d="m 10.972468,17.166922 h 9.329608" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="M 17.669572,9.9341771 11.962112,7.2727448" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 11.962112,7.2727448 8.3399642,9.9341771" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 8.3399642,9.9341771 10.972468,17.166922" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 18.659216,0.04 H 9.3296082" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 9.3296082,0.04 11.962112,7.2727448" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 9.3296082,34.293844 H 0" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 2.6325043,27.061099 8.3399642,24.399667" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 8.3399642,24.399667 3.6221478,2.661432" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 11.962112,27.061099 9.3296082,34.293844" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 1.64286,17.166922 h 9.329608" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 10.972468,17.166922 8.3399642,24.399667" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="M 18.659216,34.293844 H 9.3296082" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ <path d="m 11.962112,27.061099 5.70746,-2.661432" style="stroke:#000000;stroke-width:0.08px" id="path32"/>
+ <path d="M 8.3399642,9.9341771 2.6325043,7.2727448" style="stroke:#000000;stroke-width:0.08px" id="path34"/>
+ <path d="M 9.3296082,0.04 H 0" style="stroke:#000000;stroke-width:0.08px" id="path36"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P5-23_24.svg b/tiles/P5-23_24.svg
index 3577ac05..8b16cc87 100644
--- a/tiles/P5-23_24.svg
+++ b/tiles/P5-23_24.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="24.326986"
- height="24.326986"
- viewBox="0 0 24.326986 24.326986"
- version="1.1"
- id="svg32"
- sodipodi:docname="P5-23_24.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs36" />
- <sodipodi:namedview
- id="namedview34"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="24.326986" height="24.326986" viewBox="0 0 24.326986 24.326986" version="1.1" id="svg32" sodipodi:docname="P5-23_24.svg">
+ <defs id="defs36"/>
+ <sodipodi:namedview id="namedview34" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,64 +11,17 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="28.10088,-13.846543 -13.846543,-28.10088 -28.10088,13.846543 13.846543,28.10088 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,12.163493,12.163493)" />
- <path
- d="M 12.163493,7.5238074 V 12.163493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 12.163493,12.163493 h 4.639685"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 16.803178,12.163493 23.403845,6.6248757"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 17.865228,0.02420882 12.163493,7.5238074"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 7.5238074,12.163493 H 12.163493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="M 12.163493,7.5238074 6.6248757,0.92314082"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 0.02420882,6.4617577 7.5238074,12.163493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 12.163493,16.803178 V 12.163493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="M 7.5238074,12.163493 0.92314082,17.70211"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 6.4617577,24.302777 12.163493,16.803178"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 12.163493,16.803178 5.538617,6.600667"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 24.302777,17.865228 16.803178,12.163493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <circle
- cx="12.163493"
- cy="7.523807"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle30" />
-</svg>
+ <polygon class="para" points="28.10088,-13.846543 -13.846543,-28.10088 -28.10088,13.846543 13.846543,28.10088 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,12.163493,12.163493)"/>
+ <path d="M 12.163493,7.5238074 V 12.163493" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 12.163493,12.163493 h 4.639685" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 16.803178,12.163493 23.403845,6.6248757" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 17.865228,0.02420882 12.163493,7.5238074" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 7.5238074,12.163493 H 12.163493" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="M 12.163493,7.5238074 6.6248757,0.92314082" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 0.02420882,6.4617577 7.5238074,12.163493" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 12.163493,16.803178 V 12.163493" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="M 7.5238074,12.163493 0.92314082,17.70211" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 6.4617577,24.302777 12.163493,16.803178" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 12.163493,16.803178 5.538617,6.600667" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 24.302777,17.865228 16.803178,12.163493" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P5-4.svg b/tiles/P5-4.svg
index edac1b6a..d412c436 100644
--- a/tiles/P5-4.svg
+++ b/tiles/P5-4.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="25.742979"
- height="24.349096"
- viewBox="0 0 25.742979 24.349096"
- version="1.1"
- id="svg30"
- sodipodi:docname="P5-4.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs34" />
- <sodipodi:namedview
- id="namedview32"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="25.742979" height="24.349096" viewBox="0 0 25.742979 24.349096" version="1.1" id="svg30" sodipodi:docname="P5-4.svg">
+ <defs id="defs34"/>
+ <sodipodi:namedview id="namedview32" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,60 +11,16 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-27.388346,-15.748838 -27.388346,15.552129 27.388346,15.748838 27.388346,-15.552129 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,14.436538,14.200804)" />
- <path
- d="M 14.436538,14.200804 21.94877,12.611273"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 21.94877,12.611273 1.553009,-0.328605"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="m 23.501779,12.282668 2.203107,-0.466161"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 25.704886,11.816507 21.94877,0.09088657"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 14.436538,1.6804176 11.306441,10.148293"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 11.306441,10.148293 3.130097,4.052511"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="M 11.306441,10.148293 3.7942093,11.737824"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="M 3.7942093,11.737824 0.03809327,12.532589"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 11.306441,22.668679 3.130097,-8.467875"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 25.704886,24.336894 21.94877,12.611273"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="M 3.7942093,11.737824 0.03809327,0.01220257"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <circle
- cx="14.436538"
- cy="14.200804"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle28" />
-</svg>
+ <polygon class="para" points="-27.388346,-15.748838 -27.388346,15.552129 27.388346,15.748838 27.388346,-15.552129 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,14.436538,14.200804)"/>
+ <path d="M 14.436538,14.200804 21.94877,12.611273" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 21.94877,12.611273 1.553009,-0.328605" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="m 23.501779,12.282668 2.203107,-0.466161" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 25.704886,11.816507 21.94877,0.09088657" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 14.436538,1.6804176 11.306441,10.148293" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 11.306441,10.148293 3.130097,4.052511" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="M 11.306441,10.148293 3.7942093,11.737824" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="M 3.7942093,11.737824 0.03809327,12.532589" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 11.306441,22.668679 3.130097,-8.467875" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 25.704886,24.336894 21.94877,12.611273" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="M 3.7942093,11.737824 0.03809327,0.01220257" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/P6-6_11.svg b/tiles/P6-6_11.svg
index 9617323b..580f2324 100644
--- a/tiles/P6-6_11.svg
+++ b/tiles/P6-6_11.svg
@@ -1,29 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="31.527611"
- height="34.398746"
- viewBox="0 0 31.527611 34.398746"
- version="1.1"
- id="svg34"
- sodipodi:docname="P6-6_11.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs38" />
- <sodipodi:namedview
- id="namedview36"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <style
- type="text/css"
- id="style2">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="31.527611" height="34.398746" viewBox="0 0 31.527611 34.398746" version="1.1" id="svg34" sodipodi:docname="P6-6_11.svg">
+ <defs id="defs38"/>
+ <sodipodi:namedview id="namedview36" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <style type="text/css" id="style2">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -33,68 +11,18 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="-18.740178,14.760338 -25.565655,-32.45894 18.740178,-14.760338 25.565655,32.45894 "
- style="stroke:none"
- id="polygon4"
- transform="matrix(0.4,0,0,0.4,13.793671,15.501947)" />
- <path
- d="m 13.793671,15.501947 1.965318,1.134677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path6" />
- <path
- d="m 15.758989,16.636624 1.965318,-1.134677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path8" />
- <path
- d="M 17.724307,15.501947 19.846306,6.40463"
- style="stroke:#000000;stroke-width:0.08px"
- id="path10" />
- <path
- d="M 13.028798,0.01826651 8.9414809,7.9809063"
- style="stroke:#000000;stroke-width:0.08px"
- id="path12" />
- <path
- d="M 8.9414809,7.9809063 13.793671,15.501947"
- style="stroke:#000000;stroke-width:0.08px"
- id="path14" />
- <path
- d="m 15.758989,16.636624 v 2.269353"
- style="stroke:#000000;stroke-width:0.08px"
- id="path16" />
- <path
- d="m 15.758989,18.905977 6.817508,6.386365"
- style="stroke:#000000;stroke-width:0.08px"
- id="path18" />
- <path
- d="m 22.576497,25.292342 8.939507,-2.710954"
- style="stroke:#000000;stroke-width:0.08px"
- id="path20" />
- <path
- d="m 26.663814,15.060347 -8.939507,0.4416"
- style="stroke:#000000;stroke-width:0.08px"
- id="path22" />
- <path
- d="M 13.793671,15.501947 4.8541637,18.2129"
- style="stroke:#000000;stroke-width:0.08px"
- id="path24" />
- <path
- d="m 11.671672,26.868618 4.087317,-7.962641"
- style="stroke:#000000;stroke-width:0.08px"
- id="path26" />
- <path
- d="M 0.00197354,8.4225059 8.9414809,7.9809063"
- style="stroke:#000000;stroke-width:0.08px"
- id="path28" />
- <path
- d="m 20.454497,34.389659 2.122,-9.097317"
- style="stroke:#000000;stroke-width:0.08px"
- id="path30" />
- <circle
- cx="13.793671"
- cy="15.501946"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle32" />
-</svg>
+ <polygon class="para" points="-18.740178,14.760338 -25.565655,-32.45894 18.740178,-14.760338 25.565655,32.45894 " style="stroke:none" id="polygon4" transform="matrix(0.4,0,0,0.4,13.793671,15.501947)"/>
+ <path d="m 13.793671,15.501947 1.965318,1.134677" style="stroke:#000000;stroke-width:0.08px" id="path6"/>
+ <path d="m 15.758989,16.636624 1.965318,-1.134677" style="stroke:#000000;stroke-width:0.08px" id="path8"/>
+ <path d="M 17.724307,15.501947 19.846306,6.40463" style="stroke:#000000;stroke-width:0.08px" id="path10"/>
+ <path d="M 13.028798,0.01826651 8.9414809,7.9809063" style="stroke:#000000;stroke-width:0.08px" id="path12"/>
+ <path d="M 8.9414809,7.9809063 13.793671,15.501947" style="stroke:#000000;stroke-width:0.08px" id="path14"/>
+ <path d="m 15.758989,16.636624 v 2.269353" style="stroke:#000000;stroke-width:0.08px" id="path16"/>
+ <path d="m 15.758989,18.905977 6.817508,6.386365" style="stroke:#000000;stroke-width:0.08px" id="path18"/>
+ <path d="m 22.576497,25.292342 8.939507,-2.710954" style="stroke:#000000;stroke-width:0.08px" id="path20"/>
+ <path d="m 26.663814,15.060347 -8.939507,0.4416" style="stroke:#000000;stroke-width:0.08px" id="path22"/>
+ <path d="M 13.793671,15.501947 4.8541637,18.2129" style="stroke:#000000;stroke-width:0.08px" id="path24"/>
+ <path d="m 11.671672,26.868618 4.087317,-7.962641" style="stroke:#000000;stroke-width:0.08px" id="path26"/>
+ <path d="M 0.00197354,8.4225059 8.9414809,7.9809063" style="stroke:#000000;stroke-width:0.08px" id="path28"/>
+ <path d="m 20.454497,34.389659 2.122,-9.097317" style="stroke:#000000;stroke-width:0.08px" id="path30"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/diamond_square.svg b/tiles/diamond_square.svg
index df6c05bb..50a0c680 100644
--- a/tiles/diamond_square.svg
+++ b/tiles/diamond_square.svg
@@ -1,120 +1,26 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- width="6.1024265mm"
- height="6.1024265mm"
- viewBox="0 0 23.064289 23.064289"
- id="svg8375"
- version="1.1"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- sodipodi:docname="diamond_square.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <defs
- id="defs8377" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="6.5412668"
- inkscape:cx="45.021861"
- inkscape:cy="42.499413"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- showgrid="false"
- units="mm"
- inkscape:window-width="1366"
- inkscape:window-height="705"
- inkscape:window-x="-4"
- inkscape:window-y="-4"
- inkscape:window-maximized="1"
- inkscape:showpageshadow="2"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <metadata
- id="metadata8380">
+<!-- Created with Inkscape (http://www.inkscape.org/) --><svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" width="6.1024265mm" height="6.1024265mm" viewBox="0 0 23.064289 23.064289" id="svg8375" version="1.1" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)" sodipodi:docname="diamond_square.svg">
+ <defs id="defs8377"/>
+ <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="6.5412668" inkscape:cx="45.021861" inkscape:cy="42.499413" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="false" units="mm" inkscape:window-width="1366" inkscape:window-height="705" inkscape:window-x="-4" inkscape:window-y="-4" inkscape:window-maximized="1" inkscape:showpageshadow="2" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <metadata id="metadata8380">
<rdf:RDF>
- <cc:Work
- rdf:about="">
+ <cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(-16.731287,-16.731287)">
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 16.958059,16.958059 h 7.559055"
- id="path315"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 16.958059,24.517114 h 7.559055"
- id="path315-3"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 24.517114,16.958059 v 7.559055"
- id="path1017"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 16.958059,16.958059 v 7.559055"
- id="path1095"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 28.296642,28.296642 h 7.559055"
- id="path315-6"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 28.296642,35.855697 h 7.559055"
- id="path315-3-7"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 35.855697,28.296642 v 7.559055"
- id="path1017-5"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 28.296642,28.296642 v 7.559055"
- id="path1095-3"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 24.517114,24.517114 3.779528,3.779528"
- id="path1097"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 28.296642,35.855697 -3.779528,3.779528"
- id="path1192"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 35.855697,35.855697 3.779528,3.779528"
- id="path1539"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000"
- d="m 35.855697,28.296642 3.779528,-3.779528"
- id="path1541"
- sodipodi:nodetypes="cc" />
+ <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-16.731287,-16.731287)">
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 16.958059,16.958059 h 7.559055" id="path315" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 16.958059,24.517114 h 7.559055" id="path315-3" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 24.517114,16.958059 v 7.559055" id="path1017" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 16.958059,16.958059 v 7.559055" id="path1095" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 28.296642,28.296642 h 7.559055" id="path315-6" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 28.296642,35.855697 h 7.559055" id="path315-3-7" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 35.855697,28.296642 v 7.559055" id="path1017-5" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 28.296642,28.296642 v 7.559055" id="path1095-3" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 24.517114,24.517114 3.779528,3.779528" id="path1097" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 28.296642,35.855697 -3.779528,3.779528" id="path1192" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 35.855697,35.855697 3.779528,3.779528" id="path1539" sodipodi:nodetypes="cc"/>
+ <path style="fill:#000000;stroke:#30ff00;stroke-width:0.453544;stop-color:#000000" d="m 35.855697,28.296642 3.779528,-3.779528" id="path1541" sodipodi:nodetypes="cc"/>
</g>
-</svg>
+</svg> \ No newline at end of file
diff --git a/tiles/hex_N6-1.svg b/tiles/hex_N6-1.svg
index 5dd93a68..922e9ed7 100644
--- a/tiles/hex_N6-1.svg
+++ b/tiles/hex_N6-1.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="22.078529"
- height="108.16628"
- viewBox="0 0 22.078529 108.16628"
- version="1.1"
- id="svg1587"
- sodipodi:docname="hex_N6-1.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs1591" />
- <sodipodi:namedview
- id="namedview1589"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="4.4026633"
- inkscape:cx="6.019084"
- inkscape:cy="65.187815"
- inkscape:current-layer="svg1587" />
- <style
- type="text/css"
- id="style1103"><![CDATA[
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="22.078529" height="108.16628" viewBox="0 0 22.078529 108.16628" version="1.1" id="svg1587" sodipodi:docname="hex_N6-1.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs1591"/>
+ <sodipodi:namedview id="namedview1589" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="4.4026633" inkscape:cx="6.019084" inkscape:cy="65.187815" inkscape:current-layer="svg1587"/>
+ <style type="text/css" id="style1103">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -38,23 +10,7 @@ polygon.ih4 { fill: #80ff80 }
polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
-]]></style>
- <path
- id="polygon1415"
- style="fill:none;stroke:#000000;stroke-width:0.48;stroke-linejoin:round"
- d="M 11.700155,19.647654 7.4226433,12.397253 m 7.2068637,88.136877 4.166068,7.51579 M 14.629507,100.53413 4.4932913,93.283734 m -1.125272,-19.71176 4.166068,7.51579 M 11.588711,4.881473 7.4226433,12.397253 m 14.4137277,0 -10.136216,7.250401 m 0,0 -4.1660677,7.51579 m 7.2068637,4.68019 -7.2068637,-4.68019 M 0.43866735,46.609814 10.574887,39.359414 M 18.795575,0.20128097 11.588711,4.881473 m 0,0 L 4.3818433,0.20128097 M 14.629507,100.53413 18.907019,93.283734 m 0,0 -4.166068,-7.51578 m 7.206864,-4.68019 -7.206864,4.68019 m 0,0 -7.2068637,-4.68019 m -4.166068,-7.51579 4.277512,-7.2504 m -4.166064,-7.51578 7.2068637,-4.68019 m 7.09542,19.44637 -10.1362197,-7.2504 m 0,0 -4.166064,-7.51578 m 18.4683477,-31.64235 -7.206864,4.68019 m 0,0 -4.166068,7.51578 m 0,0 4.277512,7.2504 m -4.166064,7.51579 7.206864,4.68019 m -3.0408,-12.19598 -4.166064,7.51579"
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccc" />
- <polygon
- class="para"
- points="391.0429,8.9730035 300.9571,8.9730035 300.9571,683.027 391.0429,683.027 "
- id="polygon1585"
- transform="matrix(0.16,0,0,0.16,-43.891761,-1.213971)"
- style="display:inline"
- inkscape:label="parallelogram" />
- <circle
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path2736"
- cx="7.7424483"
- cy="27.313602"
- r="7.5424485" />
-</svg>
+</style>
+ <path id="polygon1415" style="fill:none;stroke:#000000;stroke-width:0.48;stroke-linejoin:round" d="M 11.700155,19.647654 7.4226433,12.397253 m 7.2068637,88.136877 4.166068,7.51579 M 14.629507,100.53413 4.4932913,93.283734 m -1.125272,-19.71176 4.166068,7.51579 M 11.588711,4.881473 7.4226433,12.397253 m 14.4137277,0 -10.136216,7.250401 m 0,0 -4.1660677,7.51579 m 7.2068637,4.68019 -7.2068637,-4.68019 M 0.43866735,46.609814 10.574887,39.359414 M 18.795575,0.20128097 11.588711,4.881473 m 0,0 L 4.3818433,0.20128097 M 14.629507,100.53413 18.907019,93.283734 m 0,0 -4.166068,-7.51578 m 7.206864,-4.68019 -7.206864,4.68019 m 0,0 -7.2068637,-4.68019 m -4.166068,-7.51579 4.277512,-7.2504 m -4.166064,-7.51578 7.2068637,-4.68019 m 7.09542,19.44637 -10.1362197,-7.2504 m 0,0 -4.166064,-7.51578 m 18.4683477,-31.64235 -7.206864,4.68019 m 0,0 -4.166068,7.51578 m 0,0 4.277512,7.2504 m -4.166064,7.51579 7.206864,4.68019 m -3.0408,-12.19598 -4.166064,7.51579" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccc"/>
+ <polygon class="para" points="391.0429,8.9730035 300.9571,8.9730035 300.9571,683.027 391.0429,683.027 " id="polygon1585" transform="matrix(0.16,0,0,0.16,-43.891761,-1.213971)" style="display:inline" inkscape:label="parallelogram"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/hexagon.svg b/tiles/hexagon.svg
index 56158ced..e5093ae7 100644
--- a/tiles/hexagon.svg
+++ b/tiles/hexagon.svg
@@ -1,123 +1,27 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- width="6.0310545mm"
- height="7.9648633mm"
- viewBox="0 0 22.794537 30.103419"
- id="svg8375"
- version="1.1"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- sodipodi:docname="hexagon.svg"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <defs
- id="defs8377" />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="4.8626851"
- inkscape:cx="51.103453"
- inkscape:cy="71.771047"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- showgrid="false"
- units="mm"
- inkscape:window-width="1366"
- inkscape:window-height="705"
- inkscape:window-x="-4"
- inkscape:window-y="-4"
- inkscape:window-maximized="1"
- inkscape:showpageshadow="2"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1" />
- <metadata
- id="metadata8380">
+<!-- Created with Inkscape (http://www.inkscape.org/) --><svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" width="6.0310545mm" height="7.9648633mm" viewBox="0 0 22.794537 30.103419" id="svg8375" version="1.1" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)" sodipodi:docname="hexagon.svg">
+ <defs id="defs8377"/>
+ <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="4.8626851" inkscape:cx="51.103453" inkscape:cy="71.771047" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="false" units="mm" inkscape:window-width="1366" inkscape:window-height="705" inkscape:window-x="-4" inkscape:window-y="-4" inkscape:window-maximized="1" inkscape:showpageshadow="2" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1"/>
+ <metadata id="metadata8380">
<rdf:RDF>
- <cc:Work
- rdf:about="">
+ <cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
</cc:Work>
</rdf:RDF>
</metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(-1.3803519,6.520392)">
- <path
- id="rect113598"
- style="fill:#d70000;fill-opacity:0.356114;stroke-width:0.200314;stroke-dasharray:0.200314, 0.200314;stop-color:#000000"
- d="M 1.4977239,-2.6542115 H 24.174889 V 23.531111 H 1.4977239 Z"
- sodipodi:nodetypes="ccccc"
- class="para" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 5.2772513,10.438828 1.4977239,3.8919301"
- id="path463" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 12.836306,10.438828 H 5.2772513"
- id="path461" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 16.615834,3.8919301 12.836306,10.438828"
- id="path58963" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 5.2772513,-2.6542115 1.4977239,3.8919301"
- id="path457" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 12.836306,-2.6542115 H 5.2772513"
- id="path455" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 16.615834,3.8919301 12.836306,-2.6542115"
- id="path453"
- sodipodi:nodetypes="cc" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 24.174889,3.8919301 H 16.615834"
- id="path58961"
- sodipodi:nodetypes="cc" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="m 16.615834,16.984969 h 7.559055"
- id="path449" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="m 12.836306,10.438828 3.779528,6.546141"
- id="path58542" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="m 1.4977239,16.984969 3.7795274,6.546142"
- id="path445"
- sodipodi:nodetypes="cc" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="M 5.2772513,10.438828 1.4977239,16.984969"
- id="path58987" />
- <path
- style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664"
- d="m 12.836306,23.531111 3.779528,-6.546142"
- id="path58981" />
- <circle
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path1901"
- cx="5.2598796"
- cy="-2.6408644"
- r="3.7795277" />
- </g>
-</svg>
+ <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-1.3803519,6.520392)">
+ <path id="rect113598" style="fill:#d70000;fill-opacity:0.356114;stroke-width:0.200314;stroke-dasharray:0.200314, 0.200314;stop-color:#000000" d="M 1.4977239,-2.6542115 H 24.174889 V 23.531111 H 1.4977239 Z" sodipodi:nodetypes="ccccc" class="para"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 5.2772513,10.438828 1.4977239,3.8919301" id="path463"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 12.836306,10.438828 H 5.2772513" id="path461"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 16.615834,3.8919301 12.836306,10.438828" id="path58963"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 5.2772513,-2.6542115 1.4977239,3.8919301" id="path457"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 12.836306,-2.6542115 H 5.2772513" id="path455"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 16.615834,3.8919301 12.836306,-2.6542115" id="path453" sodipodi:nodetypes="cc"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 24.174889,3.8919301 H 16.615834" id="path58961" sodipodi:nodetypes="cc"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="m 16.615834,16.984969 h 7.559055" id="path449"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="m 12.836306,10.438828 3.779528,6.546141" id="path58542"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="m 1.4977239,16.984969 3.7795274,6.546142" id="path445" sodipodi:nodetypes="cc"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="M 5.2772513,10.438828 1.4977239,16.984969" id="path58987"/>
+ <path style="display:inline;vector-effect:none;fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.207664" d="m 12.836306,23.531111 3.779528,-6.546142" id="path58981"/>
+ </g>
+</svg> \ No newline at end of file
diff --git a/tiles/log b/tiles/log
deleted file mode 100644
index 92b81bb1..00000000
--- a/tiles/log
+++ /dev/null
@@ -1,36084 +0,0 @@
-diamond_square.svg
-hexagon.svg
-hex_N6-1.svg
-N3-11a.svg
-diamond_square.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.064: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.069: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.073: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.075: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.077: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.080: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.082: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.084: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.086: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.089: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.092: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.097: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.097: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.097: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.097: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.097: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.123: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.188: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.188: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.189: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.189: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.189: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.189: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107290): WARNING **: 15:25:25.204: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-hexagon.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.403: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.408: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.412: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.414: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.417: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.419: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.421: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.424: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.426: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.429: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.432: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.438: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.438: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.438: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.438: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.439: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.465: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.528: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.528: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.529: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.543: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.543: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.544: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.545: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.545: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.545: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107302): WARNING **: 15:25:26.545: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-hex_N6-1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.748: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.754: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.758: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.760: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.762: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.765: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.767: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.769: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.772: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.774: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.776: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.781: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.781: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.781: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.781: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.781: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.807: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.871: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107315): WARNING **: 15:25:27.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-11a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.079: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.084: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.088: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.091: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.093: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.095: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.098: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.100: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.102: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.104: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.107: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.112: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.112: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.112: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.112: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.112: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.138: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.203: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.204: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.204: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107326): WARNING **: 15:25:29.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-12.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.432: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.438: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.442: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.444: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.446: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.448: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.451: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.453: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.455: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.458: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.460: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.465: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.465: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.465: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.465: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.465: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.492: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.556: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107338): WARNING **: 15:25:30.572: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-16a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.774: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.780: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.784: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.786: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.789: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.791: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.793: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.795: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.798: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.800: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.802: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.807: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.807: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.807: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.807: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.807: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.834: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.897: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.898: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107349): WARNING **: 15:25:31.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-17.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.118: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.123: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.127: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.129: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.132: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.134: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.136: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.139: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.141: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.143: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.146: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.151: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.151: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.151: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.151: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.151: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.179: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.243: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.243: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.244: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.244: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.244: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.244: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.258: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.258: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.258: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.259: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107361): WARNING **: 15:25:33.260: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-18-modified.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.457: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.462: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.466: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.469: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.471: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.473: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.476: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.478: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.480: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.483: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.485: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.490: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.490: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.490: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.490: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.490: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.517: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.580: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107371): WARNING **: 15:25:34.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-18.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.799: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.805: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.809: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.811: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.813: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.815: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.818: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.820: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.822: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.825: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.827: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.832: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.832: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.832: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.832: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.832: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.858: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.921: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107384): WARNING **: 15:25:35.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-20.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.137: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.142: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.145: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.148: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.150: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.153: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.155: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.157: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.159: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.162: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.164: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.169: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.169: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.169: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.169: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.169: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.198: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.261: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.261: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.261: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.261: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.261: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.262: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.262: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.262: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.262: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.276: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107394): WARNING **: 15:25:37.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-21.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.487: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.493: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.497: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.500: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.502: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.505: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.507: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.509: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.511: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.514: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.516: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.521: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.521: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.521: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.521: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.521: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.547: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.611: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.625: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.626: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.627: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.627: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.627: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.627: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.627: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107407): WARNING **: 15:25:38.627: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-23b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.829: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.834: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.838: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.840: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.843: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.845: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.847: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.850: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.852: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.854: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.856: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.861: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.861: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.861: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.861: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.861: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.887: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.950: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.951: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.966: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.967: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.967: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107420): WARNING **: 15:25:39.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-25c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.160: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.165: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.169: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.171: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.174: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.176: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.178: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.181: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.183: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.185: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.188: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.193: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.193: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.193: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.193: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.193: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.219: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.283: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.298: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107433): WARNING **: 15:25:41.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-26b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.497: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.503: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.506: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.509: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.511: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.513: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.516: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.518: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.520: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.523: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.525: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.530: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.530: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.530: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.530: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.530: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.556: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.621: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.636: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107443): WARNING **: 15:25:42.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-27.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.829: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.835: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.839: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.841: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.844: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.846: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.848: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.850: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.853: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.855: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.857: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.862: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.862: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.862: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.862: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.862: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.888: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.951: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.966: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107455): WARNING **: 15:25:43.967: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-2a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.177: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.182: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.186: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.188: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.191: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.194: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.196: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.198: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.201: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.203: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.205: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.210: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.210: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.210: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.210: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.210: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.236: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.299: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.299: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.300: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.300: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.300: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.314: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.314: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107465): WARNING **: 15:25:45.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-2b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.505: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.510: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.514: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.516: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.519: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.521: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.523: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.526: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.528: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.530: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.532: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.537: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.537: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.537: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.537: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.537: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.563: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.628: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.643: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107478): WARNING **: 15:25:46.644: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-30a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.842: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.847: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.851: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.853: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.855: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.858: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.860: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.862: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.865: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.867: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.869: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.874: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.874: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.874: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.874: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.874: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.900: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.963: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.963: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.964: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.964: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.964: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.978: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107489): WARNING **: 15:25:47.980: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-4a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.173: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.178: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.182: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.184: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.186: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.189: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.191: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.193: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.195: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.198: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.200: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.205: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.205: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.205: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.205: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.205: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.231: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.295: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.310: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107502): WARNING **: 15:25:49.311: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-4b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.504: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.509: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.513: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.515: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.518: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.520: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.522: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.524: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.527: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.529: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.531: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.536: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.536: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.536: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.536: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.536: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.562: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.626: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.641: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107513): WARNING **: 15:25:50.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-51b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.830: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.835: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.839: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.841: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.844: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.846: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.848: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.850: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.853: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.855: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.857: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.862: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.862: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.862: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.862: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.862: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.889: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.955: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.970: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107525): WARNING **: 15:25:51.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-57f.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.178: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.183: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.187: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.189: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.192: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.194: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.196: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.198: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.201: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.203: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.206: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.211: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.211: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.211: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.211: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.211: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.237: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.300: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.315: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107539): WARNING **: 15:25:53.316: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-58b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.524: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.529: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.533: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.535: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.538: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.540: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.545: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.548: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.550: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.552: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.555: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.559: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.559: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.559: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.559: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.559: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.585: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.645: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.645: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.645: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.645: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.646: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.646: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.646: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.646: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.646: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107548): WARNING **: 15:25:54.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-6.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.856: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.861: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.865: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.867: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.870: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.872: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.874: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.877: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.879: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.881: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.883: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.888: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.888: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.888: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.888: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.888: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.914: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.977: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.977: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.978: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.978: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.978: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.993: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.994: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.994: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.994: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.994: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107561): WARNING **: 15:25:55.994: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-7.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.184: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.189: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.193: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.195: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.198: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.200: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.202: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.204: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.207: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.209: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.212: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.217: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.217: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.217: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.217: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.217: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.243: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.306: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.323: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107572): WARNING **: 15:25:57.323: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-8a-mistake.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.524: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.529: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.533: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.535: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.538: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.540: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.542: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.544: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.547: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.549: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.551: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.556: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.556: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.556: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.556: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.556: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.582: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.646: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.661: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107584): WARNING **: 15:25:58.662: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-8a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.851: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.856: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.860: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.863: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.865: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.868: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.870: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.872: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.875: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.877: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.879: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.884: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.884: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.884: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.884: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.884: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.910: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.974: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.974: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.974: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.974: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.974: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.975: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.975: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.975: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.975: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.989: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107594): WARNING **: 15:25:59.990: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-8b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.176: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.182: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.186: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.188: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.190: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.193: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.195: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.197: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.200: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.202: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.204: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.210: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.210: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.210: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.210: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.210: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.238: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.303: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.318: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107608): WARNING **: 15:26:01.319: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13b-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.513: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.518: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.522: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.525: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.528: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.530: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.532: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.535: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.537: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.540: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.542: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.547: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.547: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.547: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.547: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.547: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.574: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.637: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.652: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107617): WARNING **: 15:26:02.653: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13c-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.848: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.853: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.857: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.860: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.862: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.864: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.867: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.869: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.871: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.873: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.876: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.881: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.881: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.881: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.881: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.881: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.907: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.970: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.985: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107631): WARNING **: 15:26:03.986: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13d-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.192: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.197: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.201: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.203: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.205: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.208: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.210: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.212: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.215: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.217: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.219: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.224: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.224: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.224: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.224: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.224: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.251: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.314: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.329: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107640): WARNING **: 15:26:05.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13e-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.540: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.545: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.549: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.552: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.554: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.556: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.559: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.561: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.563: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.566: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.568: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.573: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.573: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.573: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.573: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.573: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.599: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.664: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.679: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107653): WARNING **: 15:26:06.680: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13f-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.882: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.887: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.891: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.893: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.896: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.898: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.900: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.903: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.905: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.907: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.910: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.914: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.914: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.915: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.915: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.915: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:07.940: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.004: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.019: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107664): WARNING **: 15:26:08.020: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-16a-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.233: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.238: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.242: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.244: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.248: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.252: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.256: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.259: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.263: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.268: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.272: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.280: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.280: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.280: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.280: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.280: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.312: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.376: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.391: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107676): WARNING **: 15:26:09.392: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-19.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.620: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.625: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.629: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.632: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.636: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.638: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.640: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.643: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.645: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.647: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.650: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.655: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.655: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.655: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.655: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.655: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.682: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.746: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.761: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107687): WARNING **: 15:26:10.762: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-20.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.960: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.965: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.969: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.971: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.974: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.976: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.978: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.981: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.983: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.985: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.988: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.992: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.993: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.993: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.993: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:11.993: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.019: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.082: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.082: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.083: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.097: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.097: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107790): WARNING **: 15:26:12.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-21c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.318: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.323: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.327: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.329: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.332: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.334: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.336: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.339: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.341: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.343: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.346: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.352: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.352: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.352: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.352: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.352: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.383: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.456: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.473: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107799): WARNING **: 15:26:13.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-22-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.702: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.707: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.711: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.713: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.716: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.718: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.720: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.723: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.725: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.727: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.729: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.734: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.734: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.734: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.734: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.734: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.764: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.829: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.845: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.846: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107904): WARNING **: 15:26:14.847: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-23a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.054: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.059: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.063: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.065: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.068: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.070: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.072: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.075: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.077: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.079: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.081: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.086: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.086: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.086: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.086: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.086: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.112: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.175: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.175: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.176: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.190: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.190: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.191: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.192: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.192: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107921): WARNING **: 15:26:16.192: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-23c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.401: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.406: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.410: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.412: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.415: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.417: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.419: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.421: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.424: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.426: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.428: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.433: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.433: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.433: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.433: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.433: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.459: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.523: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.523: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.523: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.523: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.523: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.524: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.524: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.524: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.524: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.538: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.538: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107931): WARNING **: 15:26:17.539: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-27.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.736: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.741: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.745: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.747: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.750: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.752: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.754: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.757: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.759: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.762: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.764: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.769: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.769: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.769: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.769: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.769: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.795: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.859: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.874: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107945): WARNING **: 15:26:18.875: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-29e.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.080: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.085: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.089: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.091: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.094: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.096: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.098: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.101: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.103: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.105: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.107: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.112: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.112: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.112: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.113: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.113: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.139: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.202: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.217: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107955): WARNING **: 15:26:20.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-29f.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.415: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.421: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.425: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.427: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.429: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.432: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.437: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.439: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.442: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.444: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.446: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.451: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.451: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.451: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.451: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.451: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.477: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.537: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.538: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.553: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107967): WARNING **: 15:26:21.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-31-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.745: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.750: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.754: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.757: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.759: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.761: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.764: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.766: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.768: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.771: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.773: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.778: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.778: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.778: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.778: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.778: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.804: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.867: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.867: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.867: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.867: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.867: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.867: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.868: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.868: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.868: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.882: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107978): WARNING **: 15:26:22.883: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-38.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.072: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.077: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.081: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.084: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.086: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.088: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.091: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.093: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.095: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.097: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.100: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.105: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.105: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.105: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.105: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.105: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.131: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.194: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.194: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.194: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.194: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.194: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.195: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.195: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.195: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.195: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.209: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.209: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.209: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.210: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:107990): WARNING **: 15:26:24.211: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-42e.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.410: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.415: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.419: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.421: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.423: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.426: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.428: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.430: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.432: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.435: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.437: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.442: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.442: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.442: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.442: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.442: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.468: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.531: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108000): WARNING **: 15:26:25.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-44.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.755: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.760: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.764: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.766: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.769: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.771: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.773: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.775: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.778: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.780: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.782: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.787: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.787: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.787: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.787: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.787: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.813: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.880: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.881: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.881: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108014): WARNING **: 15:26:26.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-52.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.089: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.094: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.098: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.100: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.103: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.105: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.107: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.110: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.112: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.114: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.117: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.122: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.122: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.122: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.122: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.122: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.148: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.211: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.226: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108023): WARNING **: 15:26:28.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-54d.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.433: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.438: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.442: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.444: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.447: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.449: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.451: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.454: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.456: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.458: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.461: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.465: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.466: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.466: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.466: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.466: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.492: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.555: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.570: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108036): WARNING **: 15:26:29.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-5a-2.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.759: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.764: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.768: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.770: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.772: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.775: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.777: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.779: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.782: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.784: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.786: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.791: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.791: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.791: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.791: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.791: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.817: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.881: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.896: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108047): WARNING **: 15:26:30.897: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-5a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.093: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.098: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.102: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.105: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.107: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.109: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.112: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.114: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.116: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.118: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.121: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.126: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.126: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.126: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.126: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.126: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.152: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.216: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.231: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108059): WARNING **: 15:26:32.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-82.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.432: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.437: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.441: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.443: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.445: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.448: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.450: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.452: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.455: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.457: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.459: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.464: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.464: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.464: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.464: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.464: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.490: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.555: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.570: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108070): WARNING **: 15:26:33.571: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-85d.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.764: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.770: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.774: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.776: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.778: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.781: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.783: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.785: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.788: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.790: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.792: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.797: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.797: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.797: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.797: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.797: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.823: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.902: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108085): WARNING **: 15:26:34.903: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N5-1e1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.099: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.104: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.108: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.110: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.113: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.115: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.117: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.120: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.122: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.124: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.127: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.131: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.131: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.131: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.131: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.131: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.157: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.220: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.235: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108095): WARNING **: 15:26:36.236: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N5-1q2-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.422: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.427: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.431: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.433: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.435: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.438: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.440: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.442: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.444: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.447: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.449: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.454: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.454: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.454: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.454: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.454: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.480: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.543: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.543: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.544: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.558: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.558: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.558: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.558: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.558: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108108): WARNING **: 15:26:37.559: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N5-1t.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.755: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.760: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.764: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.766: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.769: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.771: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.773: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.776: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.778: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.780: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.783: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.788: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.788: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.788: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.788: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.788: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.813: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.879: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.894: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108118): WARNING **: 15:26:38.895: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-2.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.076: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.081: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.085: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.087: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.089: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.092: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.094: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.096: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.098: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.101: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.103: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.108: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.108: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.108: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.108: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.108: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.134: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.199: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108132): WARNING **: 15:26:40.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-5b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.438: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.443: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.447: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.449: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.452: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.454: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.456: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.458: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.461: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.463: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.465: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.470: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.470: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.470: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.470: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.470: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.497: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.566: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.582: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.582: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108145): WARNING **: 15:26:41.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-6a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.789: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.794: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.798: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.800: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.802: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.805: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.807: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.809: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.812: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.814: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.816: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.821: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.821: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.821: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.821: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.821: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.848: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.912: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108163): WARNING **: 15:26:42.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-6c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.129: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.134: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.138: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.140: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.143: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.145: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.147: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.150: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.152: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.154: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.156: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.161: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.161: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.161: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.161: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.161: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.188: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.251: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.266: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.266: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108176): WARNING **: 15:26:44.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-NC5-11a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.469: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.474: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.478: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.480: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.483: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.485: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.487: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.490: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.492: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.494: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.497: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.502: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.502: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.502: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.502: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.502: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.527: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.590: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.590: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.591: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.591: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.591: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.605: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.606: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108186): WARNING **: 15:26:45.607: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-NC5-20a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.798: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.804: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.808: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.810: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.812: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.815: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.817: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.819: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.822: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.824: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.826: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.831: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.831: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.831: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.831: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.831: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.857: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.921: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.936: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108199): WARNING **: 15:26:46.937: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P3-12.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.126: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.132: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.135: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.138: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.140: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.143: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.145: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.147: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.149: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.152: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.154: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.159: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.159: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.159: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.159: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.159: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.185: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.248: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.263: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108210): WARNING **: 15:26:48.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P3-1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.462: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.467: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.471: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.474: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.476: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.478: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.481: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.483: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.486: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.488: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.490: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.495: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.495: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.495: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.495: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.495: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.522: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.585: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.585: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.585: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.585: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.585: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.585: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.586: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.586: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.586: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.600: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.600: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.600: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.600: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.601: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108223): WARNING **: 15:26:49.602: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-10.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.785: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.790: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.794: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.796: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.799: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.801: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.804: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.806: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.808: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.810: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.813: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.818: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.818: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.818: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.818: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.818: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.845: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.908: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.923: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108233): WARNING **: 15:26:50.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-15.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.126: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.131: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.135: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.137: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.140: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.142: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.144: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.147: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.149: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.151: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.154: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.158: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.159: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.159: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.159: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.159: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.185: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.248: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.248: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.249: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.249: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.249: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.249: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.249: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.249: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.264: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108246): WARNING **: 15:26:52.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-19.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.457: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.463: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.466: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.469: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.471: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.474: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.476: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.478: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.480: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.483: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.485: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.490: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.490: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.490: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.490: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.490: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.516: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.580: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.595: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108257): WARNING **: 15:26:53.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.806: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.811: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.815: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.817: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.820: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.822: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.824: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.827: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.829: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.831: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.834: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.839: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.839: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.839: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.839: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.839: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.865: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.943: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108269): WARNING **: 15:26:54.944: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-23.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.129: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.134: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.138: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.140: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.142: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.145: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.147: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.149: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.152: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.154: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.156: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.161: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.161: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.161: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.161: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.161: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.187: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.250: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.251: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.251: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.265: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.265: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.266: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108279): WARNING **: 15:26:56.267: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-24.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.460: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.465: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.469: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.471: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.474: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.476: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.481: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.484: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.486: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.488: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.491: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.496: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.496: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.496: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.496: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.496: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.522: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.582: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.596: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.597: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.598: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.598: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.598: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.598: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.598: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108292): WARNING **: 15:26:57.598: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-25.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.793: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.798: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.802: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.804: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.806: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.809: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.814: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.816: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.819: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.821: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.823: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.828: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.828: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.828: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.828: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.828: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.855: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.914: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.929: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108302): WARNING **: 15:26:58.930: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-42.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.118: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.123: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.127: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.129: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.132: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.134: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.136: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.138: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.141: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.143: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.145: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.150: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.150: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.150: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.150: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.150: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.176: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.239: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.254: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108316): WARNING **: 15:27:00.255: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-43-mod.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.444: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.449: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.453: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.455: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.458: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.460: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.463: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.465: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.467: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.469: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.472: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.477: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.477: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.477: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.477: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.477: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.503: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.566: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.567: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108327): WARNING **: 15:27:01.583: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-43.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.760: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.766: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.770: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.772: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.774: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.777: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.779: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.781: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.783: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.786: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.788: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.793: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.793: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.793: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.793: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.793: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.819: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.885: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.900: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108339): WARNING **: 15:27:02.901: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-47.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.105: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.110: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.114: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.116: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.119: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.121: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.123: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.126: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.128: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.130: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.133: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.138: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.138: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.138: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.138: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.138: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.164: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.227: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.242: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108349): WARNING **: 15:27:04.243: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-10_11-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.427: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.432: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.436: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.438: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.441: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.443: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.445: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.447: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.450: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.452: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.454: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.459: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.459: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.459: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.459: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.459: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.485: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.549: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.564: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108363): WARNING **: 15:27:05.565: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-19.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.755: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.760: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.764: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.766: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.769: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.771: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.773: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.775: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.778: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.780: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.782: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.787: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.787: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.787: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.787: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.787: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.813: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.877: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.892: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108374): WARNING **: 15:27:06.893: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-23_24.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.075: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.081: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.084: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.087: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.089: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.092: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.094: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.096: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.098: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.101: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.103: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.108: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.108: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.108: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.108: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.108: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.134: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.203: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.218: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108386): WARNING **: 15:27:08.219: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-4.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.415: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.420: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.424: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.427: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.429: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.431: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.434: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.436: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.438: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.440: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.443: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.448: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.448: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.448: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.448: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.448: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.474: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.538: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.553: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108400): WARNING **: 15:27:09.554: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P6-6_11.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.749: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.754: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.758: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.760: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.763: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.765: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.768: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.770: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.772: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.775: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.777: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.782: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.782: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.782: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.782: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.782: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.808: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.871: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.871: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.871: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.872: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.872: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.872: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.872: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.886: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.887: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.888: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.888: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.888: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.888: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108409): WARNING **: 15:27:10.888: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-tile_test4.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.077: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.082: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.086: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.088: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.090: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.093: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.095: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.097: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.100: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.102: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.104: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.109: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.109: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.109: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.109: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.109: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.135: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.198: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.213: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108422): WARNING **: 15:27:12.214: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-weird_one.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.406: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.411: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.415: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.417: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.420: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.422: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.425: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.427: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.429: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.431: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.434: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.439: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.439: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.439: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.439: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.439: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.465: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.531: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.546: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.547: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:108433): WARNING **: 15:27:13.548: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-diamond_square.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.407: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.412: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.416: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.418: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.421: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.423: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.425: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.428: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.430: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.432: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.435: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.439: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.439: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.439: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.439: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.439: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.466: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.560: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.561: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.561: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.575: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.575: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.576: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.577: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.577: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.577: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109859): WARNING **: 15:36:00.577: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-hexagon.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.777: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.783: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.787: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.789: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.791: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.794: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.796: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.798: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.801: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.803: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.805: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.810: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.810: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.810: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.810: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.810: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.836: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.900: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.915: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109871): WARNING **: 15:36:01.916: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-hex_N6-1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.107: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.112: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.116: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.118: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.121: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.123: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.126: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.128: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.130: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.133: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.135: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.140: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.140: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.140: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.140: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.140: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.166: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.229: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.246: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109883): WARNING **: 15:36:03.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-11a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.451: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.456: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.460: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.463: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.465: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.468: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.470: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.472: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.475: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.477: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.479: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.484: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.484: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.484: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.484: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.484: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.510: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.575: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109893): WARNING **: 15:36:04.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-12.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.788: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.793: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.797: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.799: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.802: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.804: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.807: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.809: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.811: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.813: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.816: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.821: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.821: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.821: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.821: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.821: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.847: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.912: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.927: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109906): WARNING **: 15:36:05.928: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-16a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.130: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.135: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.139: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.142: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.144: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.146: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.149: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.151: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.154: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.156: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.158: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.163: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.163: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.163: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.163: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.163: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.189: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.252: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.268: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109917): WARNING **: 15:36:07.269: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-17.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.468: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.473: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.477: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.480: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.482: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.484: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.487: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.489: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.491: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.494: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.496: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.501: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.501: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.501: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.501: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.501: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.527: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.590: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.590: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.590: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.591: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.591: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.591: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.591: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.605: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.605: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.605: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.605: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.605: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109929): WARNING **: 15:36:08.606: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-18-modified.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.802: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.807: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.811: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.813: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.816: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.818: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.820: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.823: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.825: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.827: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.830: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.834: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.834: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.834: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.834: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.834: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.860: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.923: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.924: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.938: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.939: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109941): WARNING **: 15:36:09.940: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-18.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.132: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.137: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.141: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.144: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.146: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.148: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.154: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.156: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.159: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.161: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.163: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.168: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.168: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.168: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.168: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.168: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.194: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.262: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.277: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.277: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.277: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109955): WARNING **: 15:36:11.278: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-20.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.493: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.498: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.502: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.504: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.507: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.509: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.512: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.514: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.516: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.519: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.522: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.527: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.527: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.527: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.527: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.527: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.554: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.618: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.618: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.618: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.618: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.618: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.619: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.619: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.619: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.619: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.633: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.633: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.633: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.633: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.633: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.633: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109968): WARNING **: 15:36:12.634: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-21.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.840: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.846: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.850: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.852: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.854: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.857: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.859: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.861: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.864: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.866: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.868: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.873: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.873: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.873: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.873: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.873: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.899: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.962: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.962: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.962: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.963: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.963: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.963: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.963: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.978: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109977): WARNING **: 15:36:13.979: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-23b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.193: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.198: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.202: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.204: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.207: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.209: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.214: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.217: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.219: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.221: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.224: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.230: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.230: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.230: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.230: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.230: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.263: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.323: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.338: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.338: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.338: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.338: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.338: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.338: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:109991): WARNING **: 15:36:15.339: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-25c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.569: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.574: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.578: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.581: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.583: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.585: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.588: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.590: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.592: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.595: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.597: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.602: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.602: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.602: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.602: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.602: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.629: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.693: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.708: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110003): WARNING **: 15:36:16.709: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-26b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.910: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.915: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.919: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.921: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.924: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.926: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.929: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.931: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.933: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.935: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.938: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.943: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.943: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.943: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.943: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.943: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:17.969: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.032: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.033: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.047: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.047: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.048: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.049: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.049: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110016): WARNING **: 15:36:18.049: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-27.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.253: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.258: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.262: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.264: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.267: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.269: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.271: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.274: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.276: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.278: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.281: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.286: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.286: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.286: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.286: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.286: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.314: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.396: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.410: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.411: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.412: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.412: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110026): WARNING **: 15:36:19.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-2a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.611: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.616: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.620: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.622: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.625: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.627: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.629: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.631: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.634: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.636: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.638: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.643: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.643: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.643: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.643: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.643: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.669: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.732: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.747: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110038): WARNING **: 15:36:20.748: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-2b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.960: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.966: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.970: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.972: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.974: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.977: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.979: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.981: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.984: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.986: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.988: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.993: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.993: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.993: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.993: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:21.993: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.019: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.083: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.098: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110051): WARNING **: 15:36:22.099: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-30a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.293: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.298: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.303: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.305: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.307: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.310: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.312: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.315: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.317: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.319: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.322: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.327: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.327: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.327: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.327: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.327: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.353: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.417: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.432: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110064): WARNING **: 15:36:23.433: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-4a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.633: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.638: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.642: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.644: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.647: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.649: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.651: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.653: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.656: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.658: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.660: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.665: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.665: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.665: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.665: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.665: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.691: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.754: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.769: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110074): WARNING **: 15:36:24.770: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-4b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.979: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.984: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.988: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.990: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.993: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.995: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:25.997: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.000: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.002: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.004: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.007: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.012: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.012: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.012: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.012: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.012: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.038: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.101: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.116: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.116: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.116: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.116: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.117: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110087): WARNING **: 15:36:26.118: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-51b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.312: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.317: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.321: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.323: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.327: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.330: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.333: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.335: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.337: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.340: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.342: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.347: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.347: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.347: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.347: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.347: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.373: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.436: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.451: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110096): WARNING **: 15:36:27.452: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-57f.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.667: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.672: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.676: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.678: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.681: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.683: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.685: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.688: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.690: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.692: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.695: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.699: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.699: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.700: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.700: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.700: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.726: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.791: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.806: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110109): WARNING **: 15:36:28.807: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-58b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.007: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.012: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.016: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.018: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.020: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.023: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.025: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.027: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.030: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.032: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.034: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.039: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.039: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.039: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.039: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.039: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.065: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.128: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.128: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.129: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.143: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.144: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110119): WARNING **: 15:36:30.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-6.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.335: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.340: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.346: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.348: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.351: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.353: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.355: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.358: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.360: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.362: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.364: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.369: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.369: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.369: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.369: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.369: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.395: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.459: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.474: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110133): WARNING **: 15:36:31.475: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-7.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.714: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.719: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.723: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.725: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.728: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.730: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.732: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.734: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.737: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.739: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.741: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.746: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.746: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.746: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.746: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.746: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.772: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.836: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.851: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110143): WARNING **: 15:36:32.852: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-8a-mistake.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.036: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.041: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.045: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.047: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.050: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.052: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.054: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.057: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.059: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.061: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.063: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.068: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.068: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.068: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.068: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.068: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.095: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.161: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.176: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110155): WARNING **: 15:36:34.177: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-8a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.363: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.369: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.373: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.375: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.378: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.380: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.382: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.384: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.387: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.389: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.391: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.396: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.396: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.396: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.396: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.396: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.422: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.486: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.486: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.487: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.503: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110169): WARNING **: 15:36:35.503: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N3-8b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.692: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.697: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.701: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.703: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.706: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.708: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.710: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.712: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.715: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.717: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.719: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.724: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.724: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.724: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.724: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.724: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.750: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.814: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.814: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.815: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.815: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.815: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.829: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.829: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.829: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.830: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110178): WARNING **: 15:36:36.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13b-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.012: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.017: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.021: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.023: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.026: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.028: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.030: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.033: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.035: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.037: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.040: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.045: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.045: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.045: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.045: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.045: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.071: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.134: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.149: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110191): WARNING **: 15:36:38.150: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13c-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.360: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.365: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.369: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.371: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.374: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.376: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.379: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.381: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.383: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.386: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.388: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.393: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.393: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.393: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.393: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.393: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.419: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.483: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.483: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.483: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.484: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.484: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.484: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.498: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.498: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110201): WARNING **: 15:36:39.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13d-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.696: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.701: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.705: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.708: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.710: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.712: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.715: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.717: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.719: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.722: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.724: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.729: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.729: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.729: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.729: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.729: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.755: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.819: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.820: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.820: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.835: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110215): WARNING **: 15:36:40.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13e-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.035: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.041: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.045: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.047: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.049: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.052: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.054: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.056: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.059: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.061: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.063: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.068: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.068: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.068: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.068: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.068: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.095: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.158: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110225): WARNING **: 15:36:42.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-13f-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.364: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.369: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.373: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.376: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.378: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.381: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.383: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.385: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.387: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.390: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.392: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.397: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.397: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.397: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.397: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.397: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.423: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.486: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.501: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.501: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110238): WARNING **: 15:36:43.502: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-16a-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.704: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.709: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.713: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.715: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.718: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.720: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.722: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.724: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.727: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.729: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.731: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.736: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.736: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.736: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.736: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.736: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.762: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.827: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.842: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.842: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.842: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.842: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.842: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110248): WARNING **: 15:36:44.843: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-19.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.050: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.055: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.059: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.061: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.064: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.066: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.068: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.071: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.073: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.075: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.078: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.082: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.082: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.083: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.083: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.083: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.108: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.172: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.186: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.187: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.188: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110261): WARNING **: 15:36:46.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-20.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.410: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.415: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.419: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.421: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.424: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.426: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.429: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.431: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.433: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.435: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.438: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.443: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.443: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.443: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.443: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.443: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.470: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.534: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.549: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110271): WARNING **: 15:36:47.550: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-21c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.742: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.748: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.752: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.754: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.756: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.759: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.761: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.763: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.766: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.768: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.770: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.775: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.775: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.775: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.775: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.775: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.801: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.864: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.864: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.864: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.864: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.865: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.865: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.865: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.865: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.865: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.879: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.879: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.880: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110285): WARNING **: 15:36:48.881: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-22-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.084: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.089: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.093: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.095: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.098: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.100: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.103: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.105: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.107: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.110: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.112: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.117: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.117: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.117: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.117: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.117: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.143: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.206: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.206: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.206: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.206: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.207: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.207: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.207: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.207: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.207: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.221: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.221: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.221: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110296): WARNING **: 15:36:50.222: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-23a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.412: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.417: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.421: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.424: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.426: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.429: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.431: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.433: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.435: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.438: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.440: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.445: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.445: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.445: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.445: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.445: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.471: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.535: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.535: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.535: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.535: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.536: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.536: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.536: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.536: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.536: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.551: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110308): WARNING **: 15:36:51.552: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-23c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.768: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.773: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.777: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.780: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.783: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.785: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.787: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.789: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.792: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.794: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.796: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.801: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.801: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.801: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.801: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.801: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.827: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.892: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.907: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110319): WARNING **: 15:36:52.908: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-27.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.108: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.114: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.118: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.120: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.122: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.125: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.127: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.129: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.131: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.134: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.136: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.141: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.141: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.141: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.141: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.141: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.167: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.230: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.245: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110331): WARNING **: 15:36:54.246: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-29e.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.445: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.450: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.454: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.456: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.459: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.461: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.467: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.469: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.471: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.474: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.476: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.481: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.481: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.481: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.481: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.481: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.506: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.566: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.581: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110342): WARNING **: 15:36:55.582: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-29f.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.775: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.780: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.785: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.787: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.789: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.792: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.794: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.796: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.798: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.801: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.803: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.808: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.808: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.808: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.808: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.808: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.834: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.898: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.913: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110354): WARNING **: 15:36:56.914: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-31-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.111: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.116: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.120: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.122: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.125: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.127: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.133: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.135: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.137: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.140: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.142: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.147: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.147: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.147: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.147: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.147: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.173: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.232: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.247: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110364): WARNING **: 15:36:58.248: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-38.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.463: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.468: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.472: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.474: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.476: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.479: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.481: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.483: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.486: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.488: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.490: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.495: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.495: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.495: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.495: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.495: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.522: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.594: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.594: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.594: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.595: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.595: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.595: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.595: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.609: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.609: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.609: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.610: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.611: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110377): WARNING **: 15:36:59.611: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-42e.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.827: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.832: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.836: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.838: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.841: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.843: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.845: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.848: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.850: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.852: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.855: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.859: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.859: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.860: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.860: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.860: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.885: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.949: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.964: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110390): WARNING **: 15:37:00.965: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-44.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.162: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.167: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.171: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.174: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.176: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.178: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.181: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.183: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.185: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.188: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.190: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.195: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.195: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.195: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.195: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.195: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.221: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.284: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.285: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.299: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110401): WARNING **: 15:37:02.300: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-52.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.499: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.504: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.508: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.510: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.513: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.515: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.517: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.520: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.522: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.524: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.526: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.531: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.531: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.531: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.531: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.531: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.557: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.620: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.620: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.620: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.620: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.620: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.621: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.621: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.621: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.621: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.635: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.635: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.635: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.635: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.635: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.636: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110413): WARNING **: 15:37:03.637: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-54d.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.833: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.838: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.842: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.844: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.847: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.849: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.851: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.854: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.856: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.858: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.860: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.865: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.865: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.865: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.865: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.865: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.891: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.955: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.955: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.955: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.955: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.956: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.956: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.956: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.956: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.956: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.970: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.971: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110424): WARNING **: 15:37:04.972: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-5a-2.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.184: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.189: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.193: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.195: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.198: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.200: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.202: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.205: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.207: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.209: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.212: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.216: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.216: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.216: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.216: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.216: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.242: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.306: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.321: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110437): WARNING **: 15:37:06.322: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-5a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.520: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.525: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.529: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.532: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.534: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.536: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.539: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.541: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.543: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.546: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.548: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.553: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.553: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.553: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.553: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.553: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.579: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.642: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110447): WARNING **: 15:37:07.658: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-82.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.855: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.860: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.864: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.866: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.869: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.871: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.874: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.876: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.878: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.880: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.883: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.888: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.888: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.888: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.888: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.888: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.914: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.977: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.992: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110460): WARNING **: 15:37:08.993: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N4-85d.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.209: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.214: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.218: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.220: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.222: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.225: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.227: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.229: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.232: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.234: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.236: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.241: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.241: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.241: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.241: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.241: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.267: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.330: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.345: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.345: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.345: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.345: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.345: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.345: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110470): WARNING **: 15:37:10.346: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N5-1e1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.535: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.540: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.544: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.546: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.549: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.551: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.553: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.555: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.558: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.560: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.562: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.567: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.567: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.567: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.567: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.567: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.593: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.657: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.672: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110484): WARNING **: 15:37:11.673: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N5-1q2-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.892: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.898: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.901: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.904: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.906: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.909: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.911: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.913: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.915: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.918: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.920: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.925: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.925: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.925: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.925: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.925: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:12.951: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.015: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.030: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110494): WARNING **: 15:37:13.031: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N5-1t.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.274: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.279: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.283: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.285: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.288: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.291: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.293: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.295: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.298: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.300: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.302: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.307: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.307: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.307: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.307: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.307: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.333: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.397: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.412: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.412: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.413: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110507): WARNING **: 15:37:14.414: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-2.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.600: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.605: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.609: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.612: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.614: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.616: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.619: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.621: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.623: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.625: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.628: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.633: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.633: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.633: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.633: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.633: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.659: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.721: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.722: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.736: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110517): WARNING **: 15:37:15.737: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-5b.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.953: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.958: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.962: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.964: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.967: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.969: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.972: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.974: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.976: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.978: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.981: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.986: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.986: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.986: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.986: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:16.986: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.012: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.076: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.091: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110530): WARNING **: 15:37:17.092: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-6a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.299: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.304: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.308: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.311: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.313: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.315: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.318: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.320: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.322: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.324: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.327: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.332: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.332: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.332: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.332: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.332: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.358: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.422: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.437: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110540): WARNING **: 15:37:18.438: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-N6-6c.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.661: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.666: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.670: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.672: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.675: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.677: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.679: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.682: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.684: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.686: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.689: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.693: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.693: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.693: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.694: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.694: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.720: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.784: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.799: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110553): WARNING **: 15:37:19.800: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-NC5-11a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.017: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.022: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.026: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.028: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.030: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.033: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.035: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.037: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.040: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.042: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.044: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.049: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.049: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.049: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.049: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.049: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.075: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.138: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.153: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.153: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.153: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.153: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.153: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.153: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110564): WARNING **: 15:37:21.154: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-NC5-20a.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.341: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.346: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.350: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.352: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.354: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.357: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.359: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.361: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.363: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.366: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.368: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.373: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.373: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.373: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.373: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.373: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.399: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.464: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.479: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110578): WARNING **: 15:37:22.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P3-12.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.668: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.673: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.677: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.679: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.681: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.684: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.686: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.688: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.691: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.693: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.695: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.700: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.700: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.700: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.700: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.700: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.730: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.795: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.810: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110591): WARNING **: 15:37:23.811: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P3-1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:24.998: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.003: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.007: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.009: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.012: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.014: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.016: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.019: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.021: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.023: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.026: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.031: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.031: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.031: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.031: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.031: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.057: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.120: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.134: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.135: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.136: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.136: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.136: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.136: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110601): WARNING **: 15:37:25.136: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-10.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.324: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.329: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.333: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.335: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.338: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.340: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.342: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.345: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.347: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.349: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.351: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.356: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.356: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.356: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.356: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.356: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.383: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.446: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.446: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.446: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.446: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.446: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.447: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.447: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.447: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.447: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.461: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.461: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.461: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.461: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.461: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110614): WARNING **: 15:37:26.462: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-15.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.682: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.687: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.691: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.693: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.696: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.698: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.700: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.703: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.705: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.707: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.710: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.714: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.714: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.714: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.715: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.715: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.740: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.805: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.820: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110625): WARNING **: 15:37:27.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-19.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.029: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.034: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.038: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.040: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.043: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.045: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.047: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.050: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.052: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.054: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.057: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.061: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.061: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.061: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.062: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.062: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.088: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.152: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.167: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110638): WARNING **: 15:37:29.168: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-1.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.358: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.364: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.368: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.370: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.372: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.375: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.377: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.379: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.381: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.384: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.386: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.391: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.391: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.391: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.391: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.391: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.417: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.481: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.495: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110647): WARNING **: 15:37:30.496: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-23.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.692: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.697: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.701: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.704: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.706: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.708: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.711: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.713: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.715: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.718: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.720: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.725: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.725: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.725: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.725: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.725: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.751: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.816: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.831: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110660): WARNING **: 15:37:31.832: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-24.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.032: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.037: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.041: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.044: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.046: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.048: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.051: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.053: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.055: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.058: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.060: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.065: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.065: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.065: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.065: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.065: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.091: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.155: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.170: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110670): WARNING **: 15:37:33.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-25.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.376: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.381: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.385: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.388: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.390: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.392: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.395: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.397: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.399: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.402: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.404: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.409: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.409: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.409: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.409: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.409: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.435: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.499: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.514: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110683): WARNING **: 15:37:34.515: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-42.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.712: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.717: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.721: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.723: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.725: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.728: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.730: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.732: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.734: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.737: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.739: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.744: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.744: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.744: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.744: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.744: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.770: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.834: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110693): WARNING **: 15:37:35.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-43-mod.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.048: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.053: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.057: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.060: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.062: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.064: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.067: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.069: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.071: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.074: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.076: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.081: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.081: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.081: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.081: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.081: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.107: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.171: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.187: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110708): WARNING **: 15:37:37.188: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-43.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.380: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.385: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.389: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.391: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.393: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.396: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.398: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.400: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.403: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.405: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.407: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.412: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.412: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.412: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.412: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.412: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.438: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.501: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.516: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110718): WARNING **: 15:37:38.517: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P4-47.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.712: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.717: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.721: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.723: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.726: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.728: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.730: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.732: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.735: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.737: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.739: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.744: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.744: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.744: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.744: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.744: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.770: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.834: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.849: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110731): WARNING **: 15:37:39.850: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-10_11-awesome.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.038: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.043: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.047: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.049: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.051: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.054: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.059: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.061: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.064: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.066: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.068: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.073: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.073: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.073: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.073: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.073: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.099: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.158: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.158: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.158: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.159: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.159: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.159: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.159: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.173: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.173: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.174: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110742): WARNING **: 15:37:41.175: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-19.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.362: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.367: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.371: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.373: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.376: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.378: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.381: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.383: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.385: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.387: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.390: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.395: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.395: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.395: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.395: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.395: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.421: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.484: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.499: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110754): WARNING **: 15:37:42.500: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-23_24.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.699: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.704: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.708: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.710: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.712: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.715: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.717: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.719: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.722: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.724: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.726: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.731: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.731: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.731: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.731: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.731: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.757: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.821: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.836: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110765): WARNING **: 15:37:43.837: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P5-4.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.023: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.028: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.032: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.034: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.037: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.039: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.041: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.043: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.046: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.048: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.050: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.055: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.055: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.055: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.055: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.055: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.081: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.144: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.144: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.144: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.145: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.145: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.145: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.159: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.159: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.159: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.159: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.160: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110778): WARNING **: 15:37:45.161: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-P6-6_11.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.343: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.348: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.352: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.354: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.357: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.359: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.361: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.363: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.366: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.368: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.370: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.375: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.375: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.375: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.375: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.375: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.401: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.464: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.464: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.464: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.465: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.465: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.465: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.479: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.480: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.481: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110788): WARNING **: 15:37:46.481: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-tile_test4.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.676: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.681: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.685: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.687: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.690: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.692: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.698: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.700: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.702: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.704: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.707: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.712: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.712: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.712: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.712: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.712: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.738: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.798: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.813: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110801): WARNING **: 15:37:47.814: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-weird_one.svg
-Warning: Option --without-gui= is deprecated
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.008: Invalid default value ('False') for parameter 'D_debug' in extension 'rhs.setstroke'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.013: Invalid value ('') for appearance of parameter 'mazeSize' in extension 'command.eggbot.contributed.eggmazing'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.017: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_trimming'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.020: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_relooping'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.022: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_free_mode'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.025: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_multipass'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.027: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_plugin_occult'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.029: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linemerging'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.031: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_splitall'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.034: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_linesorting'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.036: Image file ('/home/lex/.config/inkscape/extensions/vpypetools/../000_about_fablabchemnitz.svg') not found for image widget in extension 'fablabchemnitz.de.vpype_filter'.
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.041: Invalid default value ('1') for parameter 'doverb1' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.041: Invalid default value ('1') for parameter 'doverb2' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.041: Invalid default value ('1') for parameter 'doverb3' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.041: Invalid default value ('1') for parameter 'doverb4' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.041: Invalid default value ('1') for parameter 'doverb5' in extension 'com.smanohar.inkscape-custom-iterator'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.067: Invalid value ('') for appearance of parameter 'setupType' in extension 'command.evilmadscientist.eggbot.rev250'
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.130: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'hersheydata.py'. Looked in:
- /home/lex/.config/inkscape/extensions/hersheydata.py
- /usr/share/inkscape/extensions/hersheydata.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.145: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simplepath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplepath.py
- /usr/share/inkscape/extensions/simplepath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simpletransform.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simpletransform.py
- /usr/share/inkscape/extensions/simpletransform.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'cubicsuperpath.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cubicsuperpath.py
- /usr/share/inkscape/extensions/cubicsuperpath.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'cspsubdiv.py'. Looked in:
- /home/lex/.config/inkscape/extensions/cspsubdiv.py
- /usr/share/inkscape/extensions/cspsubdiv.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'bezmisc.py'. Looked in:
- /home/lex/.config/inkscape/extensions/bezmisc.py
- /usr/share/inkscape/extensions/bezmisc.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'simplestyle.py'. Looked in:
- /home/lex/.config/inkscape/extensions/simplestyle.py
- /usr/share/inkscape/extensions/simplestyle.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
-
-** (org.inkscape.Inkscape:110811): WARNING **: 15:37:49.146: Failed to find resource file 'inkex.py'. Looked in:
- /home/lex/.config/inkscape/extensions/inkex.py
- /usr/share/inkscape/extensions/inkex.py
diff --git a/tiles/tile_test4.svg b/tiles/tile_test4.svg
index 0b8962aa..4eb35d1a 100644
--- a/tiles/tile_test4.svg
+++ b/tiles/tile_test4.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="69.50769"
- height="96.234962"
- viewBox="0 0 69.50769 96.234963"
- version="1.1"
- id="svg800"
- sodipodi:docname="tile_test4.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs804" />
- <sodipodi:namedview
- id="namedview802"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="0.86402082"
- inkscape:cx="239.57756"
- inkscape:cy="9.2590361"
- inkscape:current-layer="svg800" />
- <style
- type="text/css"
- id="style484"><![CDATA[
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="69.50769" height="96.234962" viewBox="0 0 69.50769 96.234963" version="1.1" id="svg800" sodipodi:docname="tile_test4.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs804"/>
+ <sodipodi:namedview id="namedview802" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="0.86402082" inkscape:cx="239.57756" inkscape:cy="9.2590361" inkscape:current-layer="svg800"/>
+ <style type="text/css" id="style484">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -38,21 +10,7 @@ polygon.ih4 { fill: #80ff80 }
polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
-]]></style>
- <path
- id="path1275"
- style="fill:#8080ff;stroke:#000000;stroke-width:0.48;stroke-linejoin:round"
- d="m 34.748482,64.116644 -6.92784,-3.99979 M 13.964962,12.119372 H 0.10928203 m 13.85567997,7.99958 v -7.99958 m -6.92784,11.999368 6.92784,11.999374 m 13.85568,0 -6.92784,-11.999374 m -6.92784,-3.999788 -6.92784,3.999788 m 13.85568,23.998744 -6.92784,-11.99937 m 0,0 h 13.85568 m 0,0 6.92784,3.99979 m 0,7.99958 h -13.85568 m 6.92784,11.99937 6.92784,-11.99937 m 6.927842,11.99937 -6.927842,3.99979 m 0,0 -6.92784,-3.99979 m 20.783525,-11.99937 -6.927843,11.99937 m 0,0 6.927843,11.99937 m -6.927843,-11.99937 6.927843,11.99937 m 0,0 -6.927843,11.99937 m 0,0 -6.927842,-11.99937 m 0,0 v -7.99958 m 13.855685,7.99958 6.92784,-11.99937 m 6.92784,11.99937 v 7.99958 m 0,0 -6.92784,3.99979 m 0,0 -6.92784,-11.99937 m 0,23.99874 6.92784,-11.99937 m 6.92784,-3.99979 6.92784,3.99979 M 20.892802,0.11999999 13.964962,12.119372 m 0,0 h 13.85568 m -6.92784,11.999368 -6.92784,-3.999788 m 20.78352,3.999788 h -13.85568 m 13.85568,23.998744 h 13.855685 m -6.927843,-11.99937 -6.927842,3.99979 m 0,0 v 7.99958"
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
- <path
- id="polygon798"
- class="para"
- style="display:inline;opacity:0.75;fill:#ff0000;stroke:#ff0000;stroke-width:0.16"
- d="M 48.604167,96.114964 69.387687,84.115594 20.892802,0.11999999 0.10928203,12.119372 Z" />
- <circle
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.16;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
- id="path2868"
- cx="21.057768"
- cy="24.131155"
- r="9.1448078" />
-</svg>
+</style>
+ <path id="path1275" style="fill:#8080ff;stroke:#000000;stroke-width:0.48;stroke-linejoin:round" d="m 34.748482,64.116644 -6.92784,-3.99979 M 13.964962,12.119372 H 0.10928203 m 13.85567997,7.99958 v -7.99958 m -6.92784,11.999368 6.92784,11.999374 m 13.85568,0 -6.92784,-11.999374 m -6.92784,-3.999788 -6.92784,3.999788 m 13.85568,23.998744 -6.92784,-11.99937 m 0,0 h 13.85568 m 0,0 6.92784,3.99979 m 0,7.99958 h -13.85568 m 6.92784,11.99937 6.92784,-11.99937 m 6.927842,11.99937 -6.927842,3.99979 m 0,0 -6.92784,-3.99979 m 20.783525,-11.99937 -6.927843,11.99937 m 0,0 6.927843,11.99937 m -6.927843,-11.99937 6.927843,11.99937 m 0,0 -6.927843,11.99937 m 0,0 -6.927842,-11.99937 m 0,0 v -7.99958 m 13.855685,7.99958 6.92784,-11.99937 m 6.92784,11.99937 v 7.99958 m 0,0 -6.92784,3.99979 m 0,0 -6.92784,-11.99937 m 0,23.99874 6.92784,-11.99937 m 6.92784,-3.99979 6.92784,3.99979 M 20.892802,0.11999999 13.964962,12.119372 m 0,0 h 13.85568 m -6.92784,11.999368 -6.92784,-3.999788 m 20.78352,3.999788 h -13.85568 m 13.85568,23.998744 h 13.855685 m -6.927843,-11.99937 -6.927842,3.99979 m 0,0 v 7.99958" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
+ <path id="polygon798" class="para" style="display:inline;opacity:0.75;fill:#ff0000;stroke:#ff0000;stroke-width:0.16" d="M 48.604167,96.114964 69.387687,84.115594 20.892802,0.11999999 0.10928203,12.119372 Z"/>
+ </svg> \ No newline at end of file
diff --git a/tiles/weird_one.svg b/tiles/weird_one.svg
index f72980ec..edd09138 100644
--- a/tiles/weird_one.svg
+++ b/tiles/weird_one.svg
@@ -1,35 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- width="26.671131"
- height="26.917355"
- viewBox="0 0 26.671132 26.917354"
- version="1.1"
- id="svg1847"
- sodipodi:docname="weird_one.svg"
- inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg">
- <defs
- id="defs1851" />
- <sodipodi:namedview
- id="namedview1849"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:showpageshadow="2"
- inkscape:pageopacity="0.0"
- inkscape:pagecheckerboard="0"
- inkscape:deskcolor="#d1d1d1"
- showgrid="false"
- inkscape:zoom="12.423212"
- inkscape:cx="6.6810418"
- inkscape:cy="6.6810418"
- inkscape:current-layer="svg1847" />
- <style
- type="text/css"
- id="style1805">
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="26.671131" height="26.917355" viewBox="0 0 26.671132 26.917354" version="1.1" id="svg1847" sodipodi:docname="weird_one.svg" inkscape:version="1.2 (1:1.2.1+202207142221+cd75a1ee6d)">
+ <defs id="defs1851"/>
+ <sodipodi:namedview id="namedview1849" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="12.423212" inkscape:cx="6.6810418" inkscape:cy="6.6810418" inkscape:current-layer="svg1847"/>
+ <style type="text/css" id="style1805">
polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round }
polygon.ih1 { fill: #ffff80 }
polygon.ih2 { fill: #8080ff }
@@ -39,88 +11,23 @@ polygon.ih5 { fill: #ff80ff }
polygon.ih6 { fill: #80ffff }
polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 }
</style>
- <polygon
- class="para"
- points="56.697636,16.653274 20.760388,31.028173 40.611439,80.655801 76.548687,66.280902 "
- style="stroke:none"
- id="polygon1807"
- transform="matrix(0.4,0,0,0.4,-6.7021753,-5.3449652)" />
- <path
- d="m 12.759638,14.116849 h 5.955317"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1809" />
- <path
- d="M 18.714955,14.116849 V 8.1615348"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1811" />
- <path
- d="M 18.714955,0.22111277 12.759638,14.116849"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1813" />
- <path
- d="m 12.759638,14.116849 13.895736,5.955315"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1815" />
- <path
- d="M 22.342906,24.179278 18.235793,19.866809"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1817" />
- <path
- d="M 18.235793,19.866809 15.976878,17.494951"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1819" />
- <path
- d="m 15.976878,17.494951 -3.21724,-3.378102"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1821" />
- <path
- d="M 4.3400562,5.9710728 V 13.911493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1823" />
- <path
- d="M 4.3400562,13.911493 10.29537,0.01575677"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1825" />
- <path
- d="M 4.3400562,19.866809 H 12.280476"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1827" />
- <path
- d="m 12.280476,19.866809 h 5.955317"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1829" />
- <path
- d="M 18.235793,19.866809 4.3400562,13.911493"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1831" />
- <path
- d="m 12.280476,19.866809 v 5.955315"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1833" />
- <path
- d="M 4.3400562,13.911493 8.6525242,9.8043788"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1835" />
- <path
- d="M 8.6525242,9.8043788 12.759638,14.116849"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1837" />
- <path
- d="m 8.6525242,9.8043788 3.5038818,-3.33703"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1839" />
- <path
- d="m 12.156406,6.4673488 2.246078,-2.139122"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1841" />
- <path
- d="M 0.02758621,10.078187 4.3400562,5.9710728"
- style="stroke:#000000;stroke-width:0.08px"
- id="path1843" />
- <circle
- cx="12.759641"
- cy="14.116851"
- r="3.7795277"
- style="fill:none;stroke:#0000ff;stroke-width:0.08px"
- id="circle1845" />
-</svg>
+ <polygon class="para" points="56.697636,16.653274 20.760388,31.028173 40.611439,80.655801 76.548687,66.280902 " style="stroke:none" id="polygon1807" transform="matrix(0.4,0,0,0.4,-6.7021753,-5.3449652)"/>
+ <path d="m 12.759638,14.116849 h 5.955317" style="stroke:#000000;stroke-width:0.08px" id="path1809"/>
+ <path d="M 18.714955,14.116849 V 8.1615348" style="stroke:#000000;stroke-width:0.08px" id="path1811"/>
+ <path d="M 18.714955,0.22111277 12.759638,14.116849" style="stroke:#000000;stroke-width:0.08px" id="path1813"/>
+ <path d="m 12.759638,14.116849 13.895736,5.955315" style="stroke:#000000;stroke-width:0.08px" id="path1815"/>
+ <path d="M 22.342906,24.179278 18.235793,19.866809" style="stroke:#000000;stroke-width:0.08px" id="path1817"/>
+ <path d="M 18.235793,19.866809 15.976878,17.494951" style="stroke:#000000;stroke-width:0.08px" id="path1819"/>
+ <path d="m 15.976878,17.494951 -3.21724,-3.378102" style="stroke:#000000;stroke-width:0.08px" id="path1821"/>
+ <path d="M 4.3400562,5.9710728 V 13.911493" style="stroke:#000000;stroke-width:0.08px" id="path1823"/>
+ <path d="M 4.3400562,13.911493 10.29537,0.01575677" style="stroke:#000000;stroke-width:0.08px" id="path1825"/>
+ <path d="M 4.3400562,19.866809 H 12.280476" style="stroke:#000000;stroke-width:0.08px" id="path1827"/>
+ <path d="m 12.280476,19.866809 h 5.955317" style="stroke:#000000;stroke-width:0.08px" id="path1829"/>
+ <path d="M 18.235793,19.866809 4.3400562,13.911493" style="stroke:#000000;stroke-width:0.08px" id="path1831"/>
+ <path d="m 12.280476,19.866809 v 5.955315" style="stroke:#000000;stroke-width:0.08px" id="path1833"/>
+ <path d="M 4.3400562,13.911493 8.6525242,9.8043788" style="stroke:#000000;stroke-width:0.08px" id="path1835"/>
+ <path d="M 8.6525242,9.8043788 12.759638,14.116849" style="stroke:#000000;stroke-width:0.08px" id="path1837"/>
+ <path d="m 8.6525242,9.8043788 3.5038818,-3.33703" style="stroke:#000000;stroke-width:0.08px" id="path1839"/>
+ <path d="m 12.156406,6.4673488 2.246078,-2.139122" style="stroke:#000000;stroke-width:0.08px" id="path1841"/>
+ <path d="M 0.02758621,10.078187 4.3400562,5.9710728" style="stroke:#000000;stroke-width:0.08px" id="path1843"/>
+ </svg> \ No newline at end of file