libxputty 0.1
Loading...
Searching...
No Matches
Data Fields
NSVGshape Struct Reference

#include <nanosvg.h>

Collaboration diagram for NSVGshape:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Definition at line 139 of file nanosvg.h.

Field Documentation

◆ bounds

float bounds[4]

Definition at line 154 of file nanosvg.h.

◆ fill

NSVGpaint fill

Definition at line 142 of file nanosvg.h.

Referenced by nsvgDelete().

◆ fillRule

char fillRule

Definition at line 152 of file nanosvg.h.

◆ flags

unsigned char flags

Definition at line 153 of file nanosvg.h.

Referenced by draw_svg_image_to_pos().

◆ id

char id[64]

Definition at line 141 of file nanosvg.h.

◆ miterLimit

float miterLimit

Definition at line 151 of file nanosvg.h.

◆ next

struct NSVGshape* next

Definition at line 156 of file nanosvg.h.

Referenced by draw_svg_image_to_pos(), and nsvgDelete().

◆ opacity

float opacity

Definition at line 144 of file nanosvg.h.

◆ paths

NSVGpath* paths

Definition at line 155 of file nanosvg.h.

Referenced by nsvgDelete().

◆ stroke

NSVGpaint stroke

Definition at line 143 of file nanosvg.h.

Referenced by nsvgDelete().

◆ strokeDashArray

float strokeDashArray[8]

Definition at line 147 of file nanosvg.h.

◆ strokeDashCount

char strokeDashCount

Definition at line 148 of file nanosvg.h.

◆ strokeDashOffset

float strokeDashOffset

Definition at line 146 of file nanosvg.h.

◆ strokeLineCap

char strokeLineCap

Definition at line 150 of file nanosvg.h.

◆ strokeLineJoin

char strokeLineJoin

Definition at line 149 of file nanosvg.h.

◆ strokeWidth

float strokeWidth

Definition at line 145 of file nanosvg.h.


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