inkscape - Make stroke-width of a SVG path depend on position -


i have big (12 mb) svg file containing many curved paths having same stroke width. i'd transform stroke-width in way depends on mathematical function takes coordinates of path segment (or better: of actual points on path segment) input.

the way found far cut paths in segments using inkscape , modifying stroke-width using etree library python. want continuously decreasing/increasing stroke width in inkscapes calligraphy tool.


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -