Blender  V2.93
Public Attributes | List of all members
NSVGpath Struct Reference

#include <nanosvg.h>

Public Attributes

floatpts
 
int npts
 
char closed
 
float bounds [4]
 
struct NSVGpathnext
 

Detailed Description

Definition at line 118 of file nanosvg.h.

Member Data Documentation

◆ bounds

float NSVGpath::bounds[4]

Definition at line 122 of file nanosvg.h.

◆ closed

char NSVGpath::closed

Definition at line 121 of file nanosvg.h.

◆ next

struct NSVGpath* NSVGpath::next

Definition at line 123 of file nanosvg.h.

Referenced by blender::io::gpencil::GpencilImporterSVG::read().

◆ npts

int NSVGpath::npts

Definition at line 120 of file nanosvg.h.

◆ pts

float* NSVGpath::pts

Definition at line 119 of file nanosvg.h.


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