-
Notifications
You must be signed in to change notification settings - Fork 196
lib.io.file.LoadSvg
in lib.io.file
Loads an SVG file as points so it can be rendered as points or lines. The supported SVG feature set is very basic, and depending on your exporting applications, elements could be missing or not correctly represented. Missing SVG features include: - Masking - Text - Fill - Effects - Stroke styles like dashes The "ImportAs Lines" mode inserts double points so closed shapes will be closed when rendering lines. To draw the SVG, you can convert the list to a GPU point buffer with [ListToBuffer] and then use [DrawLines]. Also see: [PrepareSvgLineTransition], [SvgLineTransitionExample]
Name (Relevancy & Type) | Description |
---|---|
FilePath (String) | - |
Scale (Single) | - |
CenterToBounds (Boolean) | - |
ScaleToBounds (Boolean) | - |
ImportAs (Int32) | - |
ReduceFactor (Single) | - |
Name | Type |
---|---|
ResultList | T3.Core.DataTypes.StructuredList |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features