{{#unless isDefault}}

{{ localize "DRAWING.NotePosition" }}

{{numberInput object.x name="x" step=1}}
{{numberInput object.y name="y" step=1}}
{{numberInput object.shape.width name="shape.width" step="1"}}
{{numberInput object.shape.height name="shape.height" step="1"}}
{{numberInput object.rotation name="rotation" step=1}}
{{numberInput object.elevation name="elevation" placeholder=gridUnits}}
{{numberInput object.sort name="sort" step=1}}

{{ localize "DRAWING.RoleHint" }}

{{/unless}}

{{ localize "DRAWING.NoteLines" }}

{{numberInput object.strokeWidth name="strokeWidth" step=1}}
{{rangePicker name="strokeAlpha" value=object.strokeAlpha min="0" max="1" step="0.1"}}
{{rangePicker name="bezierFactor" value=scaledBezierFactor min="0" max="1" step="0.1"}}

{{ localize "DRAWING.SmoothingFactorHint" }}

{{ localize "DRAWING.NoteFill" }}

{{rangePicker name="fillAlpha" value=object.fillAlpha min="0" max="1" step="0.1"}}

{{ localize "DRAWING.NoteText" }}

{{numberInput object.fontSize name="fontSize" step=1}}
{{rangePicker name="textAlpha" value=object.textAlpha min="0" max="1" step="0.1"}}