Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoray committed Aug 24, 2023
1 parent d77d710 commit a84417d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
"outline_width": 2,
"asset_name": "some.svg",
"offset": [0.0, 0.0],
"anchor_x": "center", // 配置のX原点: left | center | right
"anchor_y": "middle", // 配置のY原点: top | middle | bottom
"rotation": 0.0, // degrees, 時計回り
"level": 0,
"opacity": 0.5 // 透過度: 0.0 ~ 1.0
Expand Down
6 changes: 6 additions & 0 deletions docs/SYMBOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
},
"shape": "circle", //square | diamond | pentagon | hexagon | triangle | equilateraltriangle | star | arrow | circle | cross | crossfill | cross2 | line | arrowhead | arrowheadfilled | semicircle | thirdcircle | quartercircle | quartersquare | halfsquare | diagonalhalfsquare | righthalftriangle | lefthalftriangle | trapezoid | parallelogramleft | parallelogramright | shield | octagon | decagon | squarecorners | squarerounded | diamondstar | heart | halfarc | thirdarc | quarterarc | asteriskfill
"offset": [0.0, 0.0],
"anchor_x": "center", // 配置のX原点: left | center | right
"anchor_y": "middle", // 配置のY原点: top | middle | bottom
"rotation": 0.0, //degrees, 時計回り
"level": 0,
"opacity": 1.0 // 透過度: 0.0 ~ 1.0
Expand All @@ -45,6 +47,8 @@
"outline_width": 2,
"asset_name": "some.svg",
"offset": [0.0, 0.0],
"anchor_x": "center", // 配置のX原点: left | center | right
"anchor_y": "middle", // 配置のY原点: top | middle | bottom
"rotation": 180.0, //degrees, 時計回り
"level": 0,
"opacity": 1.0 // 透過度: 0.0 ~ 1.0
Expand All @@ -62,6 +66,8 @@
"height": 5,
"asset_name": "some.png",
"offset": [0.0, 0.0],
"anchor_x": "center", // 配置のX原点: left | center | right
"anchor_y": "middle", // 配置のY原点: top | middle | bottom
"rotation": 0.0, // degrees, 時計回り
"level": 1,
"opacity": 1.0 // 透過度: 0.0 ~ 1.0
Expand Down

0 comments on commit a84417d

Please sign in to comment.