Lex Neva
28e8efebf2
v1.9.1: bug fixes
...
Lots of bug fixes:
* properly handle case where stroke width is not set (defaults to 1 per SVG spec)
* properly handle case where <svg> width and height not set (defaults to viewbox)
* properly handle case where fill is not set (defaults to "black" rather than "none")
* show error message (rather than crashing) if satin column set for a path with only one subpath
* don't leave the simulate window around after "use last settings"
* show a useful error message in Params if the user hasn't selected anything embroiderable
2018-06-15 21:42:52 -04:00
Lex Neva
350c292f8d
show 'no embroiderable paths' error in Params too
2018-06-12 20:18:55 -04:00
Lex Neva
d1042eb9dc
fix crash on 'use last settings' in Params
2018-06-10 16:09:38 -04:00
Lex Neva
83efa9e02f
error if satin column set for path with single subpath
2018-06-10 16:03:12 -04:00
Lex Neva
f79b3a7a95
default fill to black per SVG spec
2018-06-10 15:43:17 -04:00
Lex Neva
406032c0f7
handle SVG with no width/height
2018-06-10 15:31:10 -04:00
Lex Neva
d06ff488f0
fix defaulting of stroke width to 1
2018-06-10 15:25:46 -04:00
Lex Neva
4a2162e258
v1.9.0: realistic rendering in print preview
...
Huge new feature: **realistic rendering**! When printing, select the
"Realistic" checkbox to switch a preview image to realistic thread
rendering. Note that rendering can take awhile, so don't be surprised
if the view doesn't change for 10-20 seconds. Gives equally good
results in "print to PDF" or direct printing. Realistic images are
rendered at 600dpi.
2018-06-09 21:36:08 -04:00
Lex Neva
ae940b2466
Merge pull request #187 from lexelby/lexelby-realistic-rendering
...
realistic rendering
2018-06-09 21:35:25 -04:00
Lex Neva
b36508bb53
move objects into layers
2018-06-09 21:33:54 -04:00
Lex Neva
ba9b50ab86
fix latent bug in base.py
2018-06-09 21:23:21 -04:00
Lex Neva
fb273a6daa
rasterize realistic SVGs at 600dpi
2018-06-08 23:16:08 -04:00
Lex Neva
4ce59c126c
New translations messages.po (Vietnamese)
2018-06-07 20:22:00 -04:00
Lex Neva
eba919582c
New translations messages.po (Catalan)
2018-06-07 20:21:59 -04:00
Lex Neva
58ebe5ff2d
New translations messages.po (Chinese Simplified)
2018-06-07 20:21:58 -04:00
Lex Neva
c13442f429
New translations messages.po (Chinese Traditional)
2018-06-07 20:21:57 -04:00
Lex Neva
d12423cbf1
New translations messages.po (Czech)
2018-06-07 20:21:55 -04:00
Lex Neva
d323b6867c
New translations messages.po (Danish)
2018-06-07 20:21:54 -04:00
Lex Neva
f8f6432029
New translations messages.po (Dutch)
2018-06-07 20:21:53 -04:00
Lex Neva
87450d8fe0
New translations messages.po (English)
2018-06-07 20:21:51 -04:00
Lex Neva
4785dac0bf
New translations messages.po (Finnish)
2018-06-07 20:21:50 -04:00
Lex Neva
e679de55a3
New translations messages.po (French)
2018-06-07 20:21:49 -04:00
Lex Neva
c1607e7ce5
New translations messages.po (German)
2018-06-07 20:21:48 -04:00
Lex Neva
ed3fb4b2a6
New translations messages.po (Greek)
2018-06-07 20:21:47 -04:00
Lex Neva
1ffd4b8c1d
New translations messages.po (Hebrew)
2018-06-07 20:21:46 -04:00
Lex Neva
4f9fa01aa5
New translations messages.po (Hungarian)
2018-06-07 20:21:44 -04:00
Lex Neva
18a9c8594c
New translations messages.po (Arabic)
2018-06-07 20:21:43 -04:00
Lex Neva
42a216a19f
New translations messages.po (Italian)
2018-06-07 20:21:42 -04:00
Lex Neva
490468f3c5
New translations messages.po (Korean)
2018-06-07 20:21:41 -04:00
Lex Neva
122721ca8b
New translations messages.po (Norwegian)
2018-06-07 20:21:40 -04:00
Lex Neva
5503298354
New translations messages.po (Polish)
2018-06-07 20:21:39 -04:00
Lex Neva
446eb99acd
New translations messages.po (Portuguese)
2018-06-07 20:21:37 -04:00
Lex Neva
1b67e459a6
New translations messages.po (Portuguese, Brazilian)
2018-06-07 20:21:36 -04:00
Lex Neva
58234880ad
New translations messages.po (Romanian)
2018-06-07 20:21:34 -04:00
Lex Neva
f2cf3ea3c0
New translations messages.po (Russian)
2018-06-07 20:21:33 -04:00
Lex Neva
84b3f90e1f
New translations messages.po (Serbian (Cyrillic))
2018-06-07 20:21:31 -04:00
Lex Neva
ddfce9afb2
New translations messages.po (Spanish)
2018-06-07 20:21:30 -04:00
Lex Neva
19565d0324
New translations messages.po (Swedish)
2018-06-07 20:21:29 -04:00
Lex Neva
a89d0ff1b9
New translations messages.po (Turkish)
2018-06-07 20:21:28 -04:00
Lex Neva
43350b260e
New translations messages.po (Ukrainian)
2018-06-07 20:21:27 -04:00
Lex Neva
aa3e5fb431
New translations messages.po (Japanese)
2018-06-07 20:21:26 -04:00
Lex Neva
35cde6e7a3
New translations messages.po (Afrikaans)
2018-06-07 20:21:25 -04:00
Lex Neva
1c595c9003
v1.8.2: a few little things
...
* add "expand" option for fills to complement "inset" for fill underlay
* don't crash on empty subpaths
* some paths from AI would trigger this crash
* add examples:
* monogram
* free-standing lace
2018-06-07 20:18:28 -04:00
Lex Neva
1d73c040d8
Merge pull request #180 from lexelby/lexelby-outset
...
add Expand param for fills
2018-06-07 20:16:45 -04:00
Lex Neva
dbaf923efd
Merge pull request #188 from lexelby/lexelby-fix-empty-subpath
...
fix empty subpath
2018-06-07 20:15:19 -04:00
Lex Neva
0ff4f2a61b
convert Stroke to use stitches.running_stitch
2018-06-04 20:43:56 -04:00
Lex Neva
692e033e71
don't crash on empty subpaths
2018-06-04 20:19:37 -04:00
Lex Neva
d53f2ecaf9
Merge pull request #177 from lexelby/wwderw-Examples
...
Monogram example with "knockdown" stitches
2018-06-04 19:53:00 -04:00
wwderw
bef1090e85
Add a simple monogram frame example.
2018-06-04 08:10:32 -05:00
Lex Neva
f10393989b
realistic rendering checkboxes
2018-06-03 23:24:26 -04:00