Features¶
Explore the comprehensive feature set of Fabber SVG 2025 and learn how to use them effectively.
Drawing Tools¶
Shape Tools¶
Create precise geometric shapes with ease:
- Basic rectangles with adjustable dimensions
- Rounded corners with independent radius control
- Square constraint using Shift key
- Center drawing using Alt/Option key
- Perfect circles and ellipses
- Arc segments with angle control
- Proportional constraint with Shift
- Pie and chord shapes for diagrams
- Regular polygons from 3 to 100 sides
- Star shapes with inner radius control
- Custom angles and rotation
- Rounded polygon corners
Freeform Tools¶
For organic and custom shapes:
- Pen Tool
- Create precise paths with Bézier curves
- Full control over anchor points and handles
- Add/remove points dynamically
- Convert between smooth and corner points
- Brush Tool
- Natural drawing experience
- Pressure sensitivity support
- Variable width strokes
- Texture and pattern brushes
- Pencil Tool
- Sketch freely with auto-smoothing
- Convert to editable paths
- Adjustable smoothing sensitivity
- Perfect for quick ideation
Text and Typography¶
Text Features¶
Professional typography tools for all your text needs:
- Rich text formatting (bold, italic, underline)
- Character spacing and kerning
- Line height and paragraph spacing
- Text alignment options
- Vertical text support
- Text on path functionality
Font Management¶
- System font integration
- Web font support
- Font preview in real-time
- Character map access
- Typography suggestions
Advanced Text¶
Color and Styling¶
Fill Options¶
Multiple ways to add color and texture:
- Solid Fills
- Color picker with RGB, HSB, CMYK modes
- Opacity control
- Color palette management
- Eyedropper tool for sampling
- Gradients
- Linear, radial, and angular gradients
- Multiple color stops
- Gradient editor with live preview
- Save custom gradients to library
- Patterns
- Seamless pattern fills
- Custom pattern creation
- Pattern scaling and rotation
- Pattern library management
Stroke Properties¶
Comprehensive outline control:
- Stroke width with variable profiles
- Dash patterns and custom dashes
- Line caps (round, square, butt)
- Line joins (round, bevel, miter)
- Arrow heads and custom markers
Effects and Filters¶
Add visual impact with non-destructive effects:
Available Effects
- Drop Shadow - Configurable offset, blur, and color
- Inner Shadow - Subtle depth effects
- Glow - Outer and inner glow options
- Blur - Gaussian and motion blur
- Color Adjustments - Brightness, contrast, saturation
Layer Management¶
Layer Operations¶
Organize your artwork efficiently:
- Create/Delete layers
- Duplicate layers with content
- Merge multiple layers
- Rasterize vector layers
- Blend modes for layer interaction
Layer Properties¶
- Opacity control per layer
- Lock/Unlock to prevent editing
- Show/Hide for workflow management
- Color coding for organization
- Layer notes for documentation
Smart Organization¶
- Auto-grouping
- Automatically group related objects
- Maintain hierarchy during operations
- Smart naming conventions
- Layer Search
- Find layers by name or content
- Filter by type or properties
- Bulk operations on search results
Advanced Features¶
Boolean Operations¶
Combine shapes in sophisticated ways:
Operation | Description | Use Case |
---|---|---|
Union | Merge shapes | Creating complex outlines |
Subtract | Cut shapes | Creating holes or cutouts |
Intersect | Keep overlap | Finding common areas |
Exclude | Remove overlap | Creating frames or borders |
Transformation Tools¶
Precise object manipulation:
- Transform Panel
- Numeric input for exact positioning
- Scale, rotate, and skew controls
- Reference point selection
- Copy transforms between objects
- Free Transform
- Visual handles for quick adjustments
- Constrain proportions with Shift
- Rotate around custom pivot points
- Distort and perspective options
Symbol Library¶
Reusable elements for efficient design:
- Create symbols from any object or group
- Instance management with automatic updates
- Symbol variations for different states
- Library sharing across projects
- Symbol browser with preview
Export and Optimization¶
Export Formats¶
Support for industry-standard formats:
- Vector Formats
- SVG, PDF, EPS, AI
- Preserve editability
- Scalable for any size
- Perfect for print and web
- Raster Formats
- PNG, JPEG, WebP, TIFF
- Configurable resolution
- Compression settings
- Transparency support
Optimization Features¶
- Code Optimization
- Clean SVG output
- Minimize file size
- Remove unnecessary elements
- Optimize path data
- Asset Management
- Batch export multiple artboards
- Naming conventions for assets
- Automatic sprite sheet generation
- Integration with design systems
Automation and Scripting¶
Batch Operations¶
Automate repetitive tasks:
- Batch export with custom settings
- Find and replace colors, fonts, or text
- Apply transformations to multiple objects
- Duplicate patterns with spacing control
Scripting Support¶
Extend functionality with custom scripts:
// Example: Create a grid of circles
for (let i = 0; i < 5; i++) {
for (let j = 0; j < 5; j++) {
let circle = new Circle(i * 50, j * 50, 20);
circle.fill = '#3498db';
document.add(circle);
}
}
Plugin System¶
- Third-party plugins for extended functionality
- Custom tool development
- API integration with other software
- Community plugin marketplace
Performance Features¶
Real-time Rendering¶
- GPU acceleration for smooth performance
- Progressive rendering for complex scenes
- Level-of-detail optimization
- Viewport culling for large documents
Memory Management¶
- Smart caching of frequently used elements
- Automatic cleanup of unused resources
- Memory usage monitoring
- Large file handling optimization
Accessibility Features¶
Universal Design¶
Making design accessible to everyone:
- High contrast interface themes
- Keyboard navigation support
- Screen reader compatibility
- Zoom up to 6400% for detailed work
- Color blindness simulation tools
Export Accessibility¶
- Alt text for exported graphics
- Semantic markup in SVG exports
- WCAG compliance checking
- Accessible color palette suggestions
These features work together to provide a comprehensive design environment. Continue exploring the API Reference for automation possibilities.