mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +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;
|
||||
};
|
||||
|
||||
struct SvgGradientStop
|
||||
{
|
||||
float offset;
|
||||
uint8_t r;
|
||||
uint8_t g;
|
||||
uint8_t b;
|
||||
uint8_t a;
|
||||
};
|
||||
|
||||
struct SvgComposite
|
||||
{
|
||||
CompositeMethod method; //TODO: Currently support either one method
|
||||
|
|
Loading…
Add table
Reference in a new issue