zlgopen / awtk

AWTK = Toolkit AnyWhere(a cross-platform embedded GUI)
GNU Lesser General Public License v2.1
3.11k stars 768 forks source link

svg demo behavior diff between win and ubuntu(SVG在WIN上demo异常) #81

Closed jasonbu closed 5 years ago

jasonbu commented 5 years ago

start with windows win_start process with windows win_processing process with ubuntu ubuntu_processing SVG demo run on win, lost some details. SVG demo在windows运行的时候细节丢失.

xianjimli commented 5 years ago

请参考FAQ第五条:https://github.com/zlgopen/awtk/blob/master/docs/faq.md

jasonbu commented 5 years ago
#NANOVG_BACKEND='GL3'
#NANOVG_BACKEND='GLES2'
#NANOVG_BACKEND='GLES3'
NANOVG_BACKEND='AGG'
#NANOVG_BACKEND='AGGE'
#NANOVG_BACKEND='BGFX'

更新SConstruct之后问题解决