mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-17 05:25:43 +00:00
svg_loader: code refactoring
remove unused declaration.
This commit is contained in:
parent
6a79d2c06e
commit
8dc5d5204b
1 changed files with 0 additions and 9 deletions
|
@ -212,15 +212,6 @@ struct SvgRadialGradient
|
||||||
float r;
|
float r;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SvgGradientStop
|
|
||||||
{
|
|
||||||
float offset;
|
|
||||||
uint8_t r;
|
|
||||||
uint8_t g;
|
|
||||||
uint8_t b;
|
|
||||||
uint8_t a;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct SvgComposite
|
struct SvgComposite
|
||||||
{
|
{
|
||||||
CompositeMethod method; //TODO: Currently support either one method
|
CompositeMethod method; //TODO: Currently support either one method
|
||||||
|
|
Loading…
Add table
Reference in a new issue