# Graphic Plus

## Graphic Plus

- [Welcome](https://interopxyz.gitbook.io/graphic-plus/welcome.md): A lightweight SVG builder for Grasshopper 3d
- [Typical Workflow](https://interopxyz.gitbook.io/graphic-plus/typical-workflow.md): How to use Graphic Plus
- [Graphics](https://interopxyz.gitbook.io/graphic-plus/components/graphics.md)
- [Stroke](https://interopxyz.gitbook.io/graphic-plus/components/graphics/stroke.md): Applies Stroke properties to a Shape
- [Solid Fill](https://interopxyz.gitbook.io/graphic-plus/components/graphics/solid-fill.md): Applies a Solid Fill color to a Shape
- [Gradient Linear Fill](https://interopxyz.gitbook.io/graphic-plus/components/graphics/gradient-linear-fill.md): Applies a Linear Gradient Fill to a Shape
- [Gradient Radial Fill](https://interopxyz.gitbook.io/graphic-plus/components/graphics/gradient-radial-fill.md): Applies a Radial Gradient Fill to a Shape
- [Blur](https://interopxyz.gitbook.io/graphic-plus/components/graphics/blur.md): Applies a Blur Effect to a Shape
- [Drop Shadow](https://interopxyz.gitbook.io/graphic-plus/components/graphics/drop-shadow.md): Applies a Drop Shadow Effect to a Shape
- [Text](https://interopxyz.gitbook.io/graphic-plus/components/text.md)
- [Text Shape](https://interopxyz.gitbook.io/graphic-plus/components/text/text-shape.md): Construct a Text Shape
- [Font](https://interopxyz.gitbook.io/graphic-plus/components/text/font.md): Applies a Font to a Text Shape
- [Data](https://interopxyz.gitbook.io/graphic-plus/components/data.md)
- [Shape Data](https://interopxyz.gitbook.io/graphic-plus/components/data/shape-data.md): Add data to a Shape.
- [Shape Tooltip](https://interopxyz.gitbook.io/graphic-plus/components/data/shape-tooltip.md): Add Tooltip to a Shape
- [Shape Settings](https://interopxyz.gitbook.io/graphic-plus/components/data/shape-settings.md): Override ID and Group / Layer
- [Shape Link](https://interopxyz.gitbook.io/graphic-plus/components/data/shape-link.md): Add a clickable link to a shape.
- [Drawing](https://interopxyz.gitbook.io/graphic-plus/components/drawing.md)
- [Construct Drawing](https://interopxyz.gitbook.io/graphic-plus/components/drawing/construct-drawing.md): Constructs a Drawing from a list of Shapes
- [Preview](https://interopxyz.gitbook.io/graphic-plus/components/preview.md)
- [Drawing Viewer](https://interopxyz.gitbook.io/graphic-plus/components/preview/drawing-viewer.md): Preview a Drawing in canvas.
- [Shape Preview (beta)](https://interopxyz.gitbook.io/graphic-plus/components/preview/shape-preview-beta.md): Fill and stroke preview in Rhino.
- [Convert](https://interopxyz.gitbook.io/graphic-plus/components/convert.md)
- [SVG Text](https://interopxyz.gitbook.io/graphic-plus/components/convert/svg-text.md): Converts a Drawing to SVG txt
- [Drawing to Bitmap](https://interopxyz.gitbook.io/graphic-plus/components/convert/drawing-to-bitmap.md): Create a Bitmap file of a Drawing.
- [Files](https://interopxyz.gitbook.io/graphic-plus/components/files.md)
- [Save Svg](https://interopxyz.gitbook.io/graphic-plus/components/files/save-svg.md): Save a SVG file of a Drawing.
- [Save Bitmap](https://interopxyz.gitbook.io/graphic-plus/components/files/save-bitmap.md): Save a Bitmap file of a Drawing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://interopxyz.gitbook.io/graphic-plus/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
