Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
NSVGshape Struct Reference

#include <nanosvg.h>

Public Attributes

char id [64]
 
NSVGpaint fill
 
NSVGpaint stroke
 
float opacity
 
float strokeWidth
 
float strokeDashOffset
 
float strokeDashArray [8]
 
char strokeDashCount
 
char strokeLineJoin
 
char strokeLineCap
 
char virtual
 
float miterLimit
 
char fillRule
 
unsigned char flags
 
float bounds [4]
 
char fillGradient [64]
 
char strokeGradient [64]
 
float xform [6]
 
NSVGpathpaths
 
struct NSVGshapenext
 

Detailed Description

Definition at line 140 of file nanosvg.h.

Member Data Documentation

◆ bounds

float NSVGshape::bounds[4]

Definition at line 156 of file nanosvg.h.

◆ fill

NSVGpaint NSVGshape::fill

Definition at line 143 of file nanosvg.h.

◆ fillGradient

char NSVGshape::fillGradient[64]

Definition at line 157 of file nanosvg.h.

◆ fillRule

char NSVGshape::fillRule

Definition at line 154 of file nanosvg.h.

◆ flags

unsigned char NSVGshape::flags

Definition at line 155 of file nanosvg.h.

◆ id

char NSVGshape::id[64]

Definition at line 142 of file nanosvg.h.

◆ miterLimit

float NSVGshape::miterLimit

Definition at line 153 of file nanosvg.h.

◆ next

struct NSVGshape* NSVGshape::next

Definition at line 161 of file nanosvg.h.

◆ opacity

float NSVGshape::opacity

Definition at line 145 of file nanosvg.h.

◆ paths

NSVGpath* NSVGshape::paths

Definition at line 160 of file nanosvg.h.

◆ stroke

NSVGpaint NSVGshape::stroke

Definition at line 144 of file nanosvg.h.

◆ strokeDashArray

float NSVGshape::strokeDashArray[8]

Definition at line 148 of file nanosvg.h.

◆ strokeDashCount

char NSVGshape::strokeDashCount

Definition at line 149 of file nanosvg.h.

◆ strokeDashOffset

float NSVGshape::strokeDashOffset

Definition at line 147 of file nanosvg.h.

◆ strokeGradient

char NSVGshape::strokeGradient[64]

Definition at line 158 of file nanosvg.h.

◆ strokeLineCap

char NSVGshape::strokeLineCap

Definition at line 151 of file nanosvg.h.

◆ strokeLineJoin

char NSVGshape::strokeLineJoin

Definition at line 150 of file nanosvg.h.

◆ strokeWidth

float NSVGshape::strokeWidth

Definition at line 146 of file nanosvg.h.

◆ virtual

char NSVGshape::virtual

Definition at line 152 of file nanosvg.h.

◆ xform

float NSVGshape::xform[6]

Definition at line 159 of file nanosvg.h.


The documentation for this struct was generated from the following file: