Skip to content

Commit 2d70ce7

Browse files
committed
Comment
1 parent 02c2c09 commit 2d70ce7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SkiaWxExample.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
#
44
# Skia + wxPython example (ported from SkiaSDLExample.py)
55
#
6-
# Copyright 2024 Hin-Tak Leung, wxPython port by Copilot
6+
# Copyright 2025 Hin-Tak Leung, wxPython port by Copilot
77
# Distributed under the terms of the new BSD license.
88

9+
# Known issue: Seems to have a buffer aliasing problem.
10+
911
import wx
1012
import random
1113
from skia import *

0 commit comments

Comments
 (0)