diff --git a/outline.go b/outline.go index 188d22d..805a948 100644 --- a/outline.go +++ b/outline.go @@ -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}