{{#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.z name="z" step=1}}
{{/unless}}

{{ localize "DRAWING.NoteLines" }}

{{numberInput object.strokeWidth name="strokeWidth" step=1}}
{{colorPicker name="strokeColor" value=object.strokeColor}}
{{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" }}

{{colorPicker name="fillColor" value=object.fillColor}}
{{rangePicker name="fillAlpha" value=object.fillAlpha min="0" max="1" step="0.1"}}
{{filePicker target="texture" type="image"}}

{{ localize "DRAWING.NoteText" }}

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