当前位置: 首页 > 文档资料 > Snap.svg 英文文档 >

Snap.importMUIColors()

优质
小牛编辑
120浏览
2023-12-01

Imports Material UI colours into global object.

Snap.importMUIColors();
Snap().rect(0, 0, 10, 10).attr({fill: deeppurple, stroke: amber[600]});
For colour reference: https://www.materialui.co.