Bug fixing

This commit is contained in:
Alexei Anoshenko 2025-07-09 12:57:46 +03:00
parent 7cc553176f
commit 7cec6e5736
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func NewOutlineProperty(params Params) OutlineProperty {
}
func (outline *outlinePropertyData) init() {
outline.propertyList.init()
outline.dataProperty.init()
outline.normalize = normalizeOutlineTag
outline.set = outlineSet
outline.supportedProperties = []PropertyName{Style, Width, ColorTag}