Skip to content

Commit

Permalink
Update the list of script-callable SIS functions
Browse files Browse the repository at this point in the history
  • Loading branch information
spakin committed Dec 25, 2023
1 parent 6c6ce89 commit 9c5a521
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions simpinkscr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
from inkex.paths import Arc, Curve, Horz, Line, Move, Quadratic, Smooth, \
TepidQuadratic, Vert, ZoneClose
from .simple_inkscape_scripting import all_pages, all_shapes, \
apply_path_operation, arc, circle, clip_path, clone, connector, \
duplicate, ellipse, filter_effect, foreign, group, guide, hyperlink, \
image, inkex_object, layer, linear_gradient, line, main, marker, mask, \
objects_from_svg_file, page, path_effect, path, polygon, polyline, \
pop_defaults, push_defaults, radial_gradient, randcolor, rect, \
regular_polygon, save_file, selected_shapes, star, style, text, transform
apply_action, apply_path_operation, arc, circle, clip_path, clone, \
connector, duplicate, ellipse, filter_effect, foreign, group, \
guide, hyperlink, image, inkex_object, layer, linear_gradient, \
line, main, marker, mask, objects_from_svg_file, page, \
path_effect, path, polygon, polyline, pop_defaults, push_defaults, \
radial_gradient, randcolor, rect, regular_polygon, save_file, \
selected_shapes, star, style, text, transform, z_sort

0 comments on commit 9c5a521

Please sign in to comment.