- C++ 94.1%
- C 1.8%
- CMake 1.4%
- HTML 1.3%
- Python 0.4%
- Other 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Gradients can point at other gradients and can be referenced many times. The previous code was duplicating each gradient it saw, giving them new names as needed. But the links to them were not being corrected to the new names. So after a copy and paste operation, the old links could be pointing at different gradients. So instead, skip duplicating gradients that have already been copied. There's no need. Fixes https://gitlab.com/inkscape/inkscape/-/work_items/6325 |
||
| .gitlab | ||
| buildtools | ||
| CMakeScripts | ||
| doc | ||
| LICENSES | ||
| man | ||
| packaging | ||
| po@01264328ba | ||
| share | ||
| snap | ||
| src | ||
| testfiles | ||
| .clang-tidy | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmessage | ||
| .gitmodules | ||
| _clang-format | ||
| astylerc | ||
| AUTHORS | ||
| CMakeLists.txt | ||
| config.h.cmake | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| INSTALL.md | ||
| NEWS.md | ||
| org.inkscape.Inkscape.appdata.xml.in | ||
| org.inkscape.Inkscape.desktop.template | ||
| org.inkscape.Inkview.desktop.template | ||
| README.md | ||
| TRANSLATORS | ||
Inkscape. Draw Freely.
Inkscape is a Free and open source vector graphics editor. It offers a rich set of features and is widely used for both artistic and technical illustrations such as cartoons, clip art, logos, typography, diagramming and flowcharting. It uses vector graphics to allow for sharp printouts and renderings at unlimited resolution and is not bound to a fixed number of pixels like raster graphics. Inkscape uses the standardized SVG file format as its main format, which is supported by many other applications including web browsers.
SVG Features include basic shapes, paths, text, markers, clones, alpha blending, transforms, gradients, and grouping. In addition, Inkscape supports Creative Commons meta-data, node-editing, layers, complex path operations, text-on-path, and SVG XML editing. It also imports several formats like EPS, Postscript, JPEG, PNG, BMP, and TIFF and exports PNG as well as multiple vector-based formats.
Inkscape's main motivations are to provide the Open Source community with a fully W3C compliant XML, SVG, and CSS2 drawing tool emphasizing a lightweight core with powerful features added as extensions, and the establishment of a friendly, open, community-oriented development processes.