diff --git a/notes/helloshop/drawio.md b/notes/helloshop/drawio.md index b2d6929..654358b 100644 --- a/notes/helloshop/drawio.md +++ b/notes/helloshop/drawio.md @@ -8,6 +8,10 @@ Visio 是微软的画图工具,非常强大,但是收费,而且只能在 W Drawio 是一个开源的画图工具,支持在线和桌面两种方式,支持多种格式,支持多种平台,支持多种语言,支持多种图形,支持多种导出格式,支持多种插件,支持多种集成方式,也支持在 Visual Studio Code 中使用插件的方式画图。 +## 矢量图和位图 + +矢量图是由数学公式描述的图形,可以无限放大,不会失真,位图是由像素点描述的图形,放大会失真。 + ## 画图入口 [Drawio 官网](https://www.drawio.com)