thorvg/src/lib
Mateusz Palkowski 6feff3e97d tvgShape: fixed missing check in Shape::fill
Without this check, setting same fill twice results in crash later.

Change-Id: I38e7026c52a250f65923c4e3008868ed471bf885
2020-08-28 14:06:10 +09:00
..
gl_engine code refactoring 2020-08-20 16:16:46 +09:00
sw_engine sw_engine: + exceptional handling for safety 2020-08-28 11:28:59 +09:00
meson.build common taskscheduler: revise functionalities. 2020-08-21 12:26:57 +09:00
tvgBezier.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgBezier.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgCanvas.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgCanvasImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgCommon.h common taskscheduler: revise functionalities. 2020-08-21 12:26:57 +09:00
tvgFill.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgGlCanvas.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgInitializer.cpp common initializer: don't try initialize engine duplicatedly. 2020-08-21 15:56:45 +09:00
tvgLinearGradient.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgLoader.h picture svg: introduce load() with memory data input source. 2020-08-14 19:41:04 +09:00
tvgLoaderMgr.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgLoaderMgr.h picture svg: introduce load() with memory data input source. 2020-08-14 19:41:04 +09:00
tvgPaint.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgPaint.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgPicture.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgPictureImpl.h remove print/cout logs. 2020-08-18 20:35:13 +09:00
tvgRadialGradient.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgRender.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgRender.h code refactoring 2020-08-19 14:53:38 +09:00
tvgScene.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgSceneImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgShape.cpp tvgShape: fixed missing check in Shape::fill 2020-08-28 14:06:10 +09:00
tvgShapeImpl.h code refactoring 2020-08-19 14:53:38 +09:00
tvgShapePath.h common taskscheduler: revise functionalities. 2020-08-21 12:26:57 +09:00
tvgSwCanvas.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgTaskScheduler.cpp svg_loader: applied asynchronous threads tasks for optimal performance. 2020-08-25 16:08:33 +09:00
tvgTaskScheduler.h sw_engine: applied async rasterizing based on task scheduler. 2020-08-26 16:56:54 +09:00