forked from taublast/DrawnUi.Maui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Super.OffscreenRenderingAtCanvasLevel
Reverted background rendering to faster previous
- Loading branch information
Showing
6 changed files
with
141 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<draw:SkiaLayout | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<draw:SkiaLayout | ||
x:Class="Sandbox.View1" | ||
xmlns="http://schemas.microsoft.com/dotnet/2021/maui" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
xmlns:draw="http://schemas.appomobi.com/drawnUi/2023/draw" | ||
x:Class="Sandbox.View1"> | ||
|
||
<!--bugged on propose to text DisplayException--> | ||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||
xmlns:draw="http://schemas.appomobi.com/drawnUi/2023/draw"> | ||
|
||
<draw:SkiaLabel Text="{x:StaticResource Unexisting}"/> | ||
<!-- bugged on propose to text DisplayException --> | ||
|
||
<draw:SkiaLabel Text="{x:StaticResource Unexisting}" /> | ||
|
||
</draw:SkiaLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters