- Refactoring (minor): Array destructuring

- Refactoring (minor): ES6 templates
- i18n: picking stroke/fill paint and opacity
This commit is contained in:
Brett Zamir
2018-07-25 16:43:29 -07:00
parent 5d0dd85507
commit a68696ee34
2 changed files with 22 additions and 8 deletions

View File

@@ -23,7 +23,9 @@ export default {
panel_drag: 'Drag left/right to resize side panel',
quality: 'Quality:',
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
pathCtrlPtTooltip: 'Drag control point to adjust curve properties'
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
},
properties: {
id: 'id',