All Projects → Klowner → Inkscape Applytransforms

Klowner / Inkscape Applytransforms

Licence: gpl-2.0
An Inkscape extension which removes all matrix transforms by applying them recursively to shapes

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Inkscape Applytransforms

React Figma
⚛️ A React renderer for Figma
Stars: ✭ 1,830 (+1533.93%)
Mutual labels:  hacktoberfest
Default
The home of the default HACS repositories.
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Hermes
Client-side messaging channel for sending data from one browser tab to another
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Emacs Doom Themes
A megapack of themes for GNU Emacs.
Stars: ✭ 1,706 (+1423.21%)
Mutual labels:  hacktoberfest
Make Pull Request
Use this as learning repo on how to create successful pull requests. Very basic tasks on Python, HTML, CSS, JavaScript, JAVA.
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
React Forms
React library for rendering forms.
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Abaplint
Standalone linter for ABAP
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Nyxo App
The repository for Nyxo React Native app, a personal sleep tracker and sleep coach
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Hello World
Add any Program in any language you like or add a hello world Program ❣️ if you like give us ⭐
Stars: ✭ 1,464 (+1207.14%)
Mutual labels:  hacktoberfest
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+1465.18%)
Mutual labels:  hacktoberfest
Panoramagl
PanoramaGL Android
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Css Art
General Edition - A CSS art challenge, for all skill levels
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Floki
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
Stars: ✭ 1,642 (+1366.07%)
Mutual labels:  hacktoberfest
Discordircd
A node.js script that allows you to connect to discord with your irc client.
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Vscode abap remote fs
Remote filesystem for ABAP systems
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Request Action
A GitHub Action to send arbitrary requests to GitHub's REST API
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Zpm
ZPM — Zsh Plugin Manager
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Elgg
A social networking engine in PHP/MySQL
Stars: ✭ 1,510 (+1248.21%)
Mutual labels:  hacktoberfest

inkscape-applytransforms

An Inkscape extension which recursively applies transformations to shapes.

Note that performing this operation on certain shapes (stars, lpes, ...) will convert them to paths, and clones are affected in strange ways due to clone transforms behave.

update 2020-7-27 - updated to work with Inkscape 1.0+. Use legacy branch inkscape-pre1.0-compat for prior version of Inkscape.

update 2016-1-5 - now only affects selected shapes when there is an active selection.

Installation

Download applytransform.inx and applytransform.py, then copy them to the Inkscape installation folder subdirectory share\extensions.

  • On Windows this may be C:\Program Files\Inkscape\share\extensions ;
  • On Ubuntu, this may be /usr/share/inkscape/extensions/ or (~/.config/inkscape/extensions if you don't want to install globally)

If the downloaded files have .txt suffixes added by GitHub, be sure to remove them. Restart Inkscape if it's running.

Arch Linux

This package is also available via the AUR.

pacaur -S inkscape-applytransforms-git

Usage

Activate the extension from the main menu:

Extensions | Modify Path | Apply Transform

or use it from the command line. The id of the extension is automatically available as a verb:

inkscape -g --verb com.klowner.filter.applytransform test.svg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].