Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d:path("")压缩会被删除 #21

Open
lzctuhao opened this issue Aug 30, 2020 · 1 comment
Open

d:path("")压缩会被删除 #21

lzctuhao opened this issue Aug 30, 2020 · 1 comment

Comments

@lzctuhao
Copy link

在1.0.9(当前最新版)中,css的d:path("")压缩后会被删去,如:

/*压缩前*/
.icon-play path{d: path('M150 0 L75 200 L225 200 Z');right: 10px}
/*压缩后*/
.icon-play path{right:10px}
@lzctuhao lzctuhao changed the title d:path("")无法压缩 d:path("")压缩会被删除 Aug 30, 2020
@lzctuhao
Copy link
Author

但是所使用的uglify-js中的tools/domprops.json文件(存放所有属性名称)内确实有"d"这个属性

@lzctuhao lzctuhao reopened this Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant