UpdatePathString sets the path string from the Data
()
| 145 | |
| 146 | // UpdatePathString sets the path string from the Data |
| 147 | func (g *Path) UpdatePathString() { |
| 148 | g.DataStr = PathDataString(g.Data) |
| 149 | } |
| 150 | |
| 151 | // PathCmds are the commands within the path SVG drawing data type |
| 152 | type PathCmds byte //enum: enum |