lukaj 0.1.0

Interactive diff tool for SVG images
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1 align="center">
  <a href="https://github.com/adamws/lukaj"><img src="resources/logo.svg" width="33%"></a>
</h1>
<h4 align="center">

  Interactive diff tool for SVG images.

  [![CI - Main](https://github.com/adamws/lukaj/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/adamws/lukaj/actions/workflows/build-and-test.yml)
  [![License](https://img.shields.io/github/license/adamws/lukaj)](https://github.com/adamws/lukaj/blob/master/LICENSE)
</h4>

## Features

Swipe SVG graphics comparison with zoom and drag support.
Supports two SVG rendering backends: [librsvg](https://crates.io/crates/librsvg) and [resvg](https://crates.io/crates/resvg).

> [!WARNING]
> This is early version which has been tested only on Linux.