Cuixiping

Results 161 comments of Cuixiping

@unitwk 你指望它实用么? 想多了. 这个本来就是"玩"的, 趣味性为主.

`dist` is for web browser usage. `cjs` and `esm` are for node.js or webpack. If you use the `dist` files in `node.js` environment directly, you will get that error: `ReferenceError:...

This issue should be closed now.

x, y, id, and speed are preserved for builtin properties. If you want to mangle them, add `builtins: true,` option. ```js { mangle: { properties: { builtins: true, regex: /^(health|x|y|id|dead|speed)/...

How do you exit the browser and reopen the SVG graphic? I'm guessing it's not a SVG-Edit problem. It's a problem of usage of JavaFx Chromium web view.

把其他程序语言的逻辑翻译过来就好, 控制台输入指令, 这么麻烦就没人玩了吧

‘知乎’logo可以去掉,还有答主的头像也可以隐藏。

I cannot reproduce it now. Maybe it'a old version relative issue.

As I commented at https://github.com/SVG-Edit/svgedit/issues/838#issuecomment-1475551771 SVG 2 Flowed Text support this feature. https://www.w3.org/TR/SVG/text.html#TextLayoutContentArea http://tavmjong.free.fr/SVG/TEXT_FLOW/ In SVG 1.1, multi-line text can be implemented by multiple `` elements. yes it's difficult. https://www.oreilly.com/library/view/svg-text-layout/9781491933817/ch04.html