Преглед на файлове

Improve visual representation of SemanticTags and ArtifactTags in the Companion App

Marcin Ziąbek преди 2 месеца
родител
ревизия
d871cea01b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Source/QuestPDF/Drawing/Proxy/LayoutProxy.cs

+ 1 - 1
Source/QuestPDF/Drawing/Proxy/LayoutProxy.cs

@@ -44,7 +44,7 @@ internal sealed class LayoutProxy : ElementProxy
             // Image or DynamicImage or SvgImage or DynamicSvgImage should be excluded
             // Image or DynamicImage or SvgImage or DynamicSvgImage should be excluded
             // They rely on the AspectRation component to provide true intrinsic size
             // They rely on the AspectRation component to provide true intrinsic size
             
             
-            return Child is TextBlock or AspectRatio or Unconstrained;
+            return Child is TextBlock or AspectRatio or Unconstrained or SemanticTag or ArtifactTag;
         }
         }
     }
     }