thorvg/examples
Hermet Park 4345d6b8a5 API: revise the APIs.
deprecate the `identifier()` APIs by replacing them with `type()`.

ThorVG is going to introduce an instance `id()`,
and this could be confused with the `identifier()` methods.

with this new type() method can reduce the memory size
by removing unncessary type data.

New Experimental C APIs:
- enum Tvg_Type
- Tvg_Result tvg_paint_get_type(const Tvg_Paint* paint, Tvg_Type* type)
- Tvg_Result tvg_gradient_get_type(const Tvg_Gradient* grad, Tvg_Type* type)

New Experimental C++ APIs:
- Type Paint::type() const
- Type Fill::type() const
- Type LinearGradient::type() const
- Type RadialGradient::type() const
- Type Shape::type() const
- Type Scene::type() const
- Type Picture::type() const
- Type Text::type() const

Deprecated C APIs:
- enum Tvg_Identifier
- Tvg_Result tvg_paint_get_identifier(const Tvg_Paint* paint, Tvg_Identifier* identifier)
- Tvg_Result tvg_gradient_get_identifier(const Tvg_Gradient* grad, Tvg_Identifier* identifier)

Deprecated C++ APIs:
- enum class Type
- uint32_t Paint::identifier() const
- uint32_t Fill::identifier() const
- static uint32_t Picture::identifier()
- static uint32_t Scene::identifier()
- static uint32_t Shape::identifier()
- static uint32_t LinearGradient:identifier()
- static uint32_T RadialGradient::identfier()

Removed Experimental APIs:
- static uint32_t Text::identifier()

issue: https://github.com/thorvg/thorvg/issues/1372
2024-09-30 12:55:16 +09:00
..
resources common: fix rendering failure 2024-06-27 14:42:27 +09:00
Accessor.cpp API: revise the APIs. 2024-09-30 12:55:16 +09:00
all.sh infra: move the examples folder outside of the source directory. 2024-04-06 12:48:27 +09:00
AnimateMasking.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Animation.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Arc.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Blending.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Capi.cpp common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
ClipPath.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
CustomTransform.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
DataLoad.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
DirectUpdate.cpp example: clear buffer properly. 2024-06-27 14:42:27 +09:00
Duplicate.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Example.h examples: fix surface refresh approuchfor webgpu 2024-09-30 12:51:09 +09:00
FillRule.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
FillSpread.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
GifSaver.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
GradientMasking.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
GradientStroke.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
GradientTransform.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
ImageScaleDown.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
ImageScaleUp.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
InvLumaMasking.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
InvMasking.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
LinearGradient.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Lottie.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
LottieExtension.cpp example/LottieExtension: adjusted its window size 2024-06-27 14:42:27 +09:00
LumaMasking.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Masking.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
MaskingMethods.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
meson.build gl_engine: revise the gl portability 2024-06-27 14:42:27 +09:00
MultiShapes.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Opacity.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Path.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PathCopy.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Performance.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PictureJpg.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PicturePng.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PictureRaw.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PictureSvg.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PictureTvg.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
PictureWebp.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
RadialGradient.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Retaining.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Scene.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
SceneBlending.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
SceneClipper.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
SceneTransform.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Shape.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Stroke.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
StrokeLine.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
StrokeMiterlimit.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
StrokeTrim.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Svg.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Texmap.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Text.cpp common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
Transform.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Tvg.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
TvgSaver.cpp common: fix 178+ spelling errors 2024-09-30 12:41:38 +09:00
Update.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00
Viewport.cpp examples: replace the efl toolkit with sdl 2024-06-27 14:42:27 +09:00