Boxy SVG is a vector graphics editor for creating illustrations, as well as logos, icons, and other elements of graphic design. It is primarily focused on editing drawings in the SVG file format. The program is available as both a web app and a desktop application for Windows, macOS, ChromeOS, and Linux-based operating systems.

Boxy SVG
Developer(s)Jarosław Foksa
Initial releaseMarch 15, 2013; 11 years ago (2013-03-15)
Stable release
3.97.1 / January 24, 2023; 14 months ago (2023-01-24)
Written inJavaScript
Operating systemWindows, macOS, Linux, ChromeOS
TypeVector graphics editor
LicenseProprietary
WebsiteOfficial website

History edit

Boxy SVG was originally designed for macOS and written in both Objective-C and CoffeeScript. The first version was published on 2013-03-15 on the Mac App Store.

The second version, released on 2014-08-01, was a complete rewrite in JavaScript and Electron to make the application work as both a web app in a browser and a regular desktop application.

The third major release (2017-06-06) introduced a new user interface based on Xel, an HTML5 widget toolkit.

Afterwards, the developers switched to a shorter release cycle, with new versions rolled out every 1 or 2 months.

Platforms and requirements edit

Boxy SVG is available on multiple platforms.

Platform Distribution method Requirements
macOS Mac App Store macOS 10.10 (Yosemite) or later
Windows Microsoft Store Windows 10 version 1607 (Anniversary Update) or later
ChromeOS Chrome Web Store Latest stable version of ChromeOS
Linux Snap Store
Flathub
A distribution with Snap package manager or Flatpak installed
Web online Chromium-based browser such as Google Chrome, Microsoft Edge, Vivaldi or Opera. Can also be installed as a progressive web application.

Devices support edit

Boxy SVG is compatible with Apple desktop computers and laptops, touchscreen-based devices such as Google Pixelbook and Microsoft Surface.

The program is partially compatible with mobile devices running Android. The device must be able to run the latest stable version of Google Chrome, only saving files to the cloud storage is available. It is not compatible with Apple mobile devices like iPad because of the dependency on the Chromium engine.

The program also has basic support for graphics tablets such as those manufactured by Wacom.

Compatibility edit

The program uses SVG and SVGZ (zlib compressed version) as its native file formats.[1] Some elements are in program's own namespace to either extend the feature set beyond what's available in the W3C SVG specification or provide a convenience layer for low-level details. Boxy SVG can also open SVG files authored with Inkscape and Adobe Illustrator, all software-specific elements and attributes will be dropped.

The application is based on the Electron framework and thus supports the same subset of the SVG format as Chromium-based web browsers such as Google Chrome, Microsoft Edge, and Opera. A major exception is the lack of support for animation.

Boxy SVG reads and writes PNG, JPEG, WebP, GIF, and PDF files, and reads Adobe Illustrator documents saved with the PDF compatibility mode on.[2] Additionally, it can export HTML files.

Features edit

  • Markup inspection: The XML code of the SVG document can be viewed and edited directly in the Elements panel.
  • Objects manipulation: General transformations such as moving, rotating, scaling, and skewing can be performed right on the canvas.[3] Gradient and pattern fills can be customized using on-canvas handles.
  • Shapes: In addition to tools for drawing basic geometric shapes, such as rectangles and ellipses, the program features tools for drawing procedural shapes like cogwheels and crosses. This is done by using a custom namespace to extend the SVG specification. All shapes can be edited directly on the canvas. Additionally, numeric control over size, position, and other aspects of objects is available in the Geometry panel.
  • Path drawing tools: The program has dedicated tools for drawing quadratic (2nd order) and cubic (3rd order) splines, as well as an Arc tool to draw consecutive arcs in a single Bézier curve.
  • Reusable items: Boxy SVG can save colors, gradients, and patterns in the <defs> section of the SVG document so that multiple objects would be able to use the same fill definition and automatically update their look once that definition changes.[4] The same principle applies to more elements like filters, markers, and fonts.
  • Filters: The program has full support for SVG filter effects. It ships with a number of predefined filters such as Drop Shadow or Hue Rotation. New filters can be created with a graph-based filter designer.[5]
  • Bitmap tracing: Boxy SVG provides a Vectorize generator to trace bitmaps into Bézier curves with color fills depending on user-defined color quantization settings.
  • Asset libraries: The program allows using fonts from Google Fonts, clip art and photos from Pixabay, and color swatches from the online service called Color Hunt.

Licensing edit

Boxy SVG is proprietary software. The web version is available under the subscription model with an option for team licensing. Desktop apps for Windows, macOS, and ChromeOS are distributed under a perpetual license. The version for Linux is free and has all features of its macOS and Windows counterparts.

See also edit

References edit

  1. ^ "The best free Adobe Illustrator alternative". TechRadar. Retrieved August 31, 2020.
  2. ^ "The 14 Best Adobe Illustrator Alternatives (+ Free Tools)". AppSumo. February 26, 2020. Retrieved August 31, 2020.
  3. ^ "Boxy SVG Tutorial: How to Create a Custom Folder Icon". MakeTechEasier. May 16, 2020. Retrieved August 31, 2020.
  4. ^ "Boxy SVG: A Fast, Simple, Insanely Useful, FREE SVG Editor". SitePoint. April 21, 2016. Retrieved August 31, 2020.
  5. ^ "Full support for filters added". BoxySVG. Retrieved August 31, 2020.

External links edit