Bladeren bron

Improve visual representation of SemanticTags and ArtifactTags in the Companion App

Marcin Ziąbek 2 maanden geleden
bovenliggende
commit
d871cea01b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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
             // 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;
         }
     }