This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
inkstitch
kopia lustrzana
https://github.com/inkstitch/inkstitch
Obserwuj
1
Polub
0
Forkuj
You've already forked inkstitch
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
d090fa0038
inkstitch
/
lib
/
stitch_plan
/
__init__.py
3 wiersze
98 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
print through web browser (#127) * spawn a web server and open a printable view of the design in the user's web browser * configurable inclusion of client and operator views * editable fields for color names, client, title, and purchase order number * groundwork laid to save these parameters back into the SVG * major refactor of codebase to support printing * code is organized logically into modules * added inkstitch logo and branding guidelines * l10n text extraction now handled by babel * removed legacy embroider_update extension * partial fix for #125
2018-03-31 00:37:11 +00:00
from
stitch_plan
import
patches_to_stitch_plan
,
StitchPlan
,
ColorBlock
refactor everything out of lib/__init__.py
2018-05-02 01:21:07 +00:00
from
.
stitch
import
Stitch