javascript - Draw word with negative letter spacing and boolean union -


i need draw 1 word on svg image negative letter spacing , boolean union (boolean operations on polygons, or) in result need image this

negative letter spacing , union

my app working on nodejs. library can solve problem?

i found 2 libraries task.

  1. text-to-svg - draw each letter svg
  2. paper.js - make polygons (letters) union

Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -