From 7cec6e57361b6a7b19cca639d59d5d89647ea9a7 Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko <2277098+anoshenko@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:57:46 +0300 Subject: [PATCH] Bug fixing --- outline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}