Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SVG,我想涂抹在用户在画布中绘制的路径上。我想要达到的效果示例:
我正在使用paper.js(对替代品开放),并且当用户拖动鼠标并将svg(未变形)放在该行的末尾时,我已经创建了一条线。此代码的工作示例在这里。