# Bantam Tools Draw — Draw Vectors for Art Machines

> Vector drawing app for creating line art for physical art machines. (iPhone/iPad app by BantamTools.)

- Source: https://appshunter.io/ios/app/bantam-tools-draw/id6749771530 (this page in markdown: same URL + `.md`)
- Developer: [BantamTools](https://appshunter.io/developer/1811830512)
- Category: Graphics & Design
- Price: $4.99
- Rating: 4.80/5 from 4 App Store ratings · 4 written reviews indexed
- Age rating: 4+
- Requires: iOS 18.0 · 16 MB
- Languages: American English
- Released: 2025-08-21
- Data updated: 2026-08-24
- Monetization: paid
- User reviews in markdown: https://appshunter.io/ios/app/bantam-tools-draw/id6749771530/reviews.md

## What is Bantam Tools Draw?

Bantam Tools Draw is a minimalist iPad drawing app to turns your sketches into Art Machine ready line work.

It offers Apple Pencil responsiveness, as well as touch drawing, and SVG export optimized for physical machines to reproduce your art. While most iPad drawing apps focus on blending, shading, and screen-based illustration, often converting strokes into filled shapes, Draw doesn’t. It captures each stroke as a single, clean vector path, exactly what pen plotters need.

Whether you're drafting technical diagrams, exploring generative patterns, creating meditative hand-drawn designs, or combining art and engineering with a generation already comfortable drawing on iPads, Draw helps you draw with intention and plot with precision.

## Key features

- Vector line work creation
- Apple Pencil and touch support
- SVG export for art machines
- Clean stroke capture
- Minimalist interface

## Chart rankings

- #33 in Top Paid · Graphics & Design (US App Store)

## Recent user reviews (4 of 4)

All indexed reviews: https://appshunter.io/ios/app/bantam-tools-draw/id6749771530/reviews.md

### 5/5 — Great with the svg player and next draw

*2025-08-27*

Having the output already setup for the next draw svg player is nice. Theres room for improvement with the eraser but overall a great app so far

### 5/5 — Amazing For Pen Plotters!

*2025-08-25*

Simple to use, but with all the features you need to hand draw designs for use on pen plotters. Really fun and intuitive to use.

### 4/5 — The pen plotter artist’s sketchbook

*2025-08-22*

The iPadOS ecosystem is not particularly good about editing SVGs and retaining the vector information - and this new drawing app is a way to capture the individual strokes of the pen from a manual artist. The key difference here is retaining the order of when the strokes are put down, because these translate into instructions for the drawing machines that can replicate the motions over and over again. It’s a distinct niche and for that, it works well. It’s responsive, and works well with the Apple Pencil. It does not mimic artist tools; strokes are tool paths. Editing prior strokes is still rudimentary - there’s just an eraser tool, and it is a little finicky to use, particularly when an area has overlapping strokes. But it’s a unique tool which will output SVGs for use on desktop editing environments; unfortunately, the Bantam Tools drawing machines cannot be controlled from the iPad directly yet.

### 5/5 — Great for making vectors for my plotter

*2025-08-21*

I needed a quick way to quickly sketch line aer to use with my NextDraw plotter.

This app is great for working up an idea and then sending it over to my machine to make real!

## Frequently asked questions about Bantam Tools Draw

### What is Bantam Tools Draw used for?

Bantam Tools Draw is used to create clean vector line work from your sketches, specifically optimized for use with art machines like pen plotters. It focuses on capturing individual strokes as precise paths rather than filled shapes.

### What devices does Bantam Tools Draw support?

Bantam Tools Draw is available for iPhone and iPad, offering a versatile drawing experience across Apple mobile devices.

### How much does Bantam Tools Draw cost?

Bantam Tools Draw is a paid application, priced at $4.99. This one-time purchase grants you access to all its features for creating art machine-ready line work.

### Does Bantam Tools Draw have ads?

No, Bantam Tools Draw does not contain advertisements. As a paid application, it offers an uninterrupted user experience focused on design and creation.

### What is the age rating for Bantam Tools Draw?

Bantam Tools Draw has an age rating of 4+, making it suitable for a wide range of users interested in digital art and design.

### How often is Bantam Tools Draw updated?

The latest version of Bantam Tools Draw was released on January 30, 2026, indicating recent development and support. This suggests the app is actively maintained by the developer.

### Can I export my drawings from Bantam Tools Draw?

Yes, Bantam Tools Draw allows you to export your drawings in SVG format. This is crucial for preparing your artwork to be used with physical art machines and plotters.

### What makes Bantam Tools Draw different from other drawing apps?

Unlike many drawing apps that focus on shading and filled shapes, Bantam Tools Draw specializes in capturing each stroke as a single, clean vector path. This makes it ideal for applications requiring precise line work, such as for pen plotters.

## Version history (last 5 releases)

### 7.2 — 2026-01-30

patch to fix undo/redo and erase with layers

### 7.0 — 2026-01-22

Layer controls!
import SVGs from Bantam Tools Studio Image converter

### 6.9 — 2025-11-07

Corrected some bugs that could cause lines to disappear and reappear

### 6.8 — 2025-10-11

Changes since 6.4 :
  Performance & Stability

  - Launch optimization: Application now responds to touches in 50ms (10-40× faster) through background migrations and deferred initialization
  - Asynchronous path loading: Prevents UI freezing with large drawings (4000+ paths)
  - Drawing order fix: New strokes properly appear on top of existing strokes
  - Memory optimization: Eliminated expensive document.paths access during undo/redo
  - Fine-grained persistence: Each path stored as separate SwiftData entity for faster saves
  - Background saves: Debounced saves use background context with actor pattern to avoid main-thread stalls
  - Pre-rendered thumbnails: Instant document list rendering with cached PNG thumbnails
  - Batch processing migrations: SwiftData migrations process in 100-entity batches to prevent memory issues

  Rendering System Overhaul

  - Triangle-based tessellation: Replaced circles-and-rectangles with non-overlapping triangle meshes for semi-transparent paths
  - LibTessSwift integration: Production-grade polygon tessellation with automatic hole support
  - Clipper2 integration: Industry-standard path offsetting and contour extraction for accurate stroke generation
  - Multi-hole support: Correctly renders paths with 3-4+ self-intersecting loops
  - Robust stroke rendering: Eliminates spikes, orientation errors, and over-brightening artifacts on overlaps
  - Standard alpha blending: Proper premultiplied alpha (source-over) with transparent clear
  - Hybrid rendering system: Metal for completed paths (4× MSAA), Core Graphics for live drawing
  - LRU tessellation cache: 500MB cache with geometry hashing for instant re-renders

  Drawing Experience Enhancements

  - Vector eraser polish: Reliable partial erases with geometry rebuild and polygon-based intersection
  - Extended line width range: Now 0.01-10mm with quick preset buttons (0.5, 0.7, 1.0, 2.0, 5.0mm)
  - Improved palette UX: Add button always visible, semi-transparent colors hidden in public builds
  - Reference image optimization: Preserves quality, only downsamples when exceeding 300 DPI canvas resolution
  - Improved path processing: Conservative supersample algorithm preserves shape character

  Technical Infrastructure

  - Migration safety: UserDefaults flags prevent redundant work, failed migrations retry on next launch
  - Silent failure handling: Non-critical operations fail gracefully without crashes or logging spam
  - Detached low-priority tasks: Background operations use .utility priority to avoid UI blocking
  - Clipper2-based routing: Automatic hole detection for nearly-closed loops (checks contour count, not just threshold)
  - Parallel tessellation: Batch tessellation for large drawings with efficient cache invalidation

  Bug Fixes

  - Fixed race condition crash: In async path processing
  - Fixed import duplication: SVG paths no longer duplicate on import
  - Fixed undo/redo lag: Eliminated expensive array rebuilds
  - Fixed path ordering: New entities correctly use fractional ordering for stable sort
  - Fixed closed path detection: Now routes to LibTess based on Clipper2 contour count rather than distance threshold
  - Fixed color equality tests: Resolved SwiftUI color space comparison issues

### 6.4 — 2025-09-10

Version 6.4 
- added import function that will allow you to import svgs exported with version 6.2 or later

## Related topics

[bantam tools draw](https://appshunter.io/ios/topics/bantam-tools-draw) · [bantam](https://appshunter.io/ios/topics/bantam) · [draw race 2022](https://appshunter.io/ios/topics/draw-race-2022)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-24.*
