Boxy SVG
   HOME

TheInfoList



OR:

Boxy SVG is a
vector graphics editor A vector graphics editor is a computer program that allows users to compose and edit vector graphics images interactively on a computer and save them in one of many popular vector graphics formats, such as EPS, PDF, WMF, SVG, or VML. Vector ...
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 Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
,
macOS macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and lapt ...
,
ChromeOS ChromeOS, sometimes stylized as chromeOS and formerly styled as Chrome OS, is a Linux-based operating system designed by Google. It is derived from the open-source ChromiumOS and uses the Google Chrome web browser as its principal user interfac ...
, and
Linux Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which ...
-based operating systems.


History

Boxy SVG was originally designed for macOS and written in both
Objective-C Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. Originally developed by Brad Cox and Tom Love in the early 1980s, it was selected by NeXT for its NeXTS ...
and
CoffeeScript CoffeeScript is a programming language that compiles to JavaScript. It adds syntactic sugar inspired by Ruby, Python, and Haskell in an effort to enhance JavaScript's brevity and readability. Specific additional features include list comprehensio ...
. The first version was published on 2013-03-15 on the
Mac App Store The App Store (also known as the Mac App Store) is a digital distribution platform for macOS apps, often referred to as Mac apps, created and maintained by Apple Inc. The platform was announced on October 20, 2010, at Apple's "Back to the Mac" ...
. The second version, released on 2014-08-01, was a complete rewrite in
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of Website, websites use JavaScript on the Client (computing), client side ...
and
Electron The electron ( or ) is a subatomic particle with a negative one elementary electric charge. Electrons belong to the first generation of the lepton particle family, and are generally thought to be elementary particles because they have no kn ...
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 HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML ...
widget toolkit. Afterwards, the developers switched to a shorter release cycle, with new versions rolled out every 1 or 2 months.


Platforms and requirements

Boxy SVG is available on multiple platforms.


Devices support

Boxy SVG is compatible with
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple fruit tree, trees are agriculture, cultivated worldwide and are the most widely grown species in the genus ''Malus''. The tree originated in Central Asia, wh ...
desktop computers and laptops, touchscreen-based devices such as
Google Pixelbook The Pixelbook (codenamed Eve during development) is a portable laptop/tablet hybrid computer developed by Google which runs ChromeOS. It was announced on October 4, 2017, and was released on October 30. In September 2022, Google canceled future ...
and
Microsoft Surface Microsoft Surface is a series of touchscreen-based personal computers, tablets and interactive whiteboards designed and developed by Microsoft, running the Microsoft Windows operating system, apart from the Surface Duo, which runs on Android ...
. The program is partially compatible with mobile devices running Android. The device must be able to run the latest stable version of
Google Chrome Google Chrome is a cross-platform web browser developed by Google. It was first released in 2008 for Microsoft Windows, built with free software components from Apple WebKit and Mozilla Firefox. Versions were later released for Linux, macOS ...
, only saving files to the cloud storage is available. It is not compatible with Apple mobile devices like
iPad The iPad is a brand of iOS and iPadOS-based tablet computers that are developed by Apple Inc. The iPad was conceived before the related iPhone but the iPhone was developed and released first. Speculation about the development, operating s ...
because of the dependency on the
Chromium Chromium is a chemical element with the symbol Cr and atomic number 24. It is the first element in group 6. It is a steely-grey, lustrous, hard, and brittle transition metal. Chromium metal is valued for its high corrosion resistance and hardne ...
engine. The program also has basic support for graphics tablets such as those manufactured by
Wacom () is a Japanese company headquartered in Kazo, Saitama, Japan, that specializes in manufacturing graphics tablets and related products. Headquarters locations The main headquarters are located in Kazo, Saitama, Japan. Its office in the USA ...
.


Compatibility

The program uses SVG and SVGZ (
zlib zlib ( or "zeta-lib", ) is a software library used for data compression. zlib was written by Jean-loup Gailly and Mark Adler and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program. zlib is also ...
compressed version) as its native file formats. Some elements are in program's own
namespace In computing, a namespace is a set of signs (''names'') that are used to identify and refer to objects of various kinds. A namespace ensures that all of a given set of objects have unique names so that they can be easily identified. Namespaces ...
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 Microsoft Edge is a proprietary, cross-platform web browser created by Microsoft. It was first released in 2015 as part of Windows 10 and Xbox One and later ported to other platforms as a fork of Google's Chromium open-source project: Android ...
, and
Opera Opera is a form of theatre in which music is a fundamental component and dramatic roles are taken by singers. Such a "work" (the literal translation of the Italian word "opera") is typically a collaboration between a composer and a librett ...
. 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. Additionally, it can export HTML files.


Features

* 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. 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 A Bézier curve ( ) is a parametric curve used in computer graphics and related fields. A set of discrete "control points" defines a smooth, continuous curve by means of a formula. Usually the curve is intended to approximate a real-world shape t ...
. * Reusable items: Boxy SVG can save colors, gradients, and patterns in the 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. 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. * Bitmap tracing: Boxy SVG provides a ''Vectorize'' generator to trace bitmaps into Bézier curves with color fills depending on user-defined
color quantization In computer graphics, color quantization or color image quantization is quantization applied to color spaces; it is a process that reduces the number of distinct colors used in an image, usually with the intention that the new image should be as v ...
settings. * Asset libraries: The program allows using fonts from
Google Fonts Google Fonts (formerly known as Google Web Fonts) is a computer font and web font service owned by Google. This includes free and open source font families, an interactive web directory for browsing the library, and APIs for using the fonts via ...
, clip art and photos from
Pixabay Pixabay.com is a free stock photography and royalty-free stock media website. It is used for sharing photos, illustrations, vector graphics, film footage, and music, exclusively under the custom Pixabay license, which generally allows the free ...
, and color swatches from the online service called Color Hunt.


Licensing

Boxy SVG is
proprietary software Proprietary software is software that is deemed within the free and open-source software to be non-free because its creator, publisher, or other rightsholder or rightsholder partner exercises a legal monopoly afforded by modern copyright and int ...
. 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

*
Comparison of vector graphics editors A number of vector graphics editors exist for various platforms. Potential users of these editors will make a comparison of vector graphics editors based on factors such as the availability for the user's platform, the software license, the feat ...
*
Scalable Vector Graphics Scalable Vector Graphics (SVG) is an XML-based vector image format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium sinc ...


References


External links


Official website

Official video tutorials
{{Vector graphics editors MacOS graphics software Windows graphics-related software Vector graphics editors Vector graphics editors for Linux