kopia lustrzana https://github.com/inkstitch/inkstitch
14 wiersze
554 B
Python
14 wiersze
554 B
Python
# Authors: see git history
|
|
#
|
|
# Copyright (c) 2010 Authors
|
|
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
|
|
|
|
from .guides import get_guides
|
|
from .path import (apply_transforms, get_correction_transform,
|
|
get_node_transform, line_strings_to_coordinate_lists,
|
|
line_strings_to_csp, line_strings_to_path,
|
|
point_lists_to_csp)
|
|
from .rendering import color_block_to_point_lists, render_stitch_plan
|
|
from .svg import generate_unique_id, get_document
|
|
from .units import *
|