文件名称:grid:GoGi SVG矢量绘图程序
文件大小:1.31MB
文件格式:ZIP
更新时间:2024-04-05 13:57:56
Go
Grid是基于GoGi的SVG矢量绘图程序,其设计基于Inkscape。 如果需要首字母缩写词,请执行以下操作:“ Go渲染的交互式绘图”程序。 行为 多个选择操作即使在组内也保持下去,因此在组内操作很容易,但是组是“默认”状态 控制旋钮上的Alt->旋转而不是再次单击以获取旋转旋钮-这与上面的版本兼容,并且效果更好:) 安装 对于模块模式,简单的Go install命令应该可以运行: $ go get github.com/goki/grid/cmd/grid 有关不同平台的更多信息和先决条件,请参阅。如果遇到任何困难,请确保GoKi首先工作。 导出PNG和PDF取决于 (取决于python),请按照以下步骤安装: $ pip3 install cairosvg 设计 总体布局类似于inkscape,并读取/写入与inkscape兼容的SVG文件。 顶部的主要水平工具栏-顶部
【文件预览】:
grid-main
----go.mod(258B)
----install()
--------README.md(161B)
--------mac()
----go.sum(16KB)
----grid()
--------painttypes_string.go(1KB)
--------tools.go(3KB)
--------gridview.go(34KB)
--------sprites_string.go(1KB)
--------markercolors_string.go(1KB)
--------paint.go(25KB)
--------svgview.go(28KB)
--------valueviews.go(6KB)
--------prefs.go(11KB)
--------physize.go(4KB)
--------tools_string.go(1KB)
--------edits.go(13KB)
--------path.go(9KB)
--------alignanchors_string.go(1KB)
--------dashes.go(5KB)
--------stdsizes_string.go(2KB)
--------bindata.go(87KB)
--------manip.go(15KB)
--------bbox.go(4KB)
--------actions.go(550B)
--------doc.go(262B)
--------align.go(11KB)
--------bboxpoints_string.go(1KB)
--------Makefile(1KB)
--------treeview.go(11KB)
--------markers.go(41KB)
--------xform.go(180B)
--------sprites.go(10KB)
--------layers.go(2KB)
--------version.go(240B)
--------select.go(19KB)
--------splits.go(7KB)
--------gridviewflags_string.go(1KB)
--------text.go(7KB)
----icons()
--------align-top.svg(1KB)
--------align-center.svg(1KB)
--------sel-flip-horiz.svg(3KB)
--------align-left-anchor.svg(1KB)
--------tool-text.svg(624B)
--------sel-lower-bottom.svg(1KB)
--------snap.svg(1KB)
--------align-bottom-anchor.svg(1KB)
--------sel-rotate-right.svg(4KB)
--------sel-raise.svg(986B)
--------sel-group.svg(3KB)
--------align-right.svg(1KB)
--------align-bottom.svg(1KB)
--------sel-raise-top.svg(950B)
--------align-middle.svg(1KB)
--------align-baseline-vert.svg(2KB)
--------align-top-anchor.svg(1KB)
--------sel-ungroup.svg(4KB)
--------tool-node.svg(1KB)
--------sel-rotate-left.svg(4KB)
--------sel-flip-vert.svg(3KB)
--------sel-lower.svg(956B)
--------align-right-anchor.svg(1KB)
--------align-baseline-horiz.svg(3KB)
--------align-left.svg(1KB)
----LICENSE(1KB)
----doc.go(483B)
----README.md(4KB)
----Makefile(2KB)
----.gitignore(269B)
----logo()
--------grid-icon.png(55KB)
--------grid-logo.png(96KB)
--------grid-logo.svg(9KB)
--------grid-logo.pdf(9KB)
----cmd()
--------grid()