You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually I have the following layout drawn with 35 SvgViewboxs. The layout is held inside of Viewbox to always got the same scaling on different screen resolutions. The rendering time is about 5-7 seconds until the page is loaded. Is it possible to get more performance? Maybe replace SvgViewbox with an Image and use the MarkupExtension to render it to your desired size?
This discussion was converted from issue #92 on December 20, 2020 02:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Actually I have the following
layout
drawn with 35SvgViewbox
s. Thelayout
is held inside ofViewbox
to always got the same scaling on different screen resolutions. The rendering time is about 5-7 seconds until the page is loaded. Is it possible to get more performance? Maybe replaceSvgViewbox
with anImage
and use theMarkupExtension
to render it to your desired size?Beta Was this translation helpful? Give feedback.
All reactions