<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/src/display/nr-style.cpp, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Fix formatting and trailing space.</title>
<updated>2019-05-22T12:58:25+00:00</updated>
<author>
<name>Shlomi Fish</name>
<email>shlomif@shlomifish.org</email>
</author>
<published>2017-10-18T15:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=47a82a650d44e60fa845cc13eddee09bb1c2c02c'/>
<id>47a82a650d44e60fa845cc13eddee09bb1c2c02c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.</title>
<updated>2018-12-12T11:46:46+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-12-12T11:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2d7e60aef4b3e03ba6d82abc80932969ce0f639f'/>
<id>2d7e60aef4b3e03ba6d82abc80932969ce0f639f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce code redundancy.</title>
<updated>2018-12-12T09:49:45+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-12-12T09:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=1a09ddd0aa938e51660bec91fde74bbee043541f'/>
<id>1a09ddd0aa938e51660bec91fde74bbee043541f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce code redundancy.</title>
<updated>2018-12-11T13:23:47+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-12-11T13:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bf7925c4fde9cb28f5ae432478fd1be6a5bb8727'/>
<id>bf7925c4fde9cb28f5ae432478fd1be6a5bb8727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify licenses</title>
<updated>2018-11-08T17:18:20+00:00</updated>
<author>
<name>Max Gaukler</name>
<email>development@maxgaukler.de</email>
</author>
<published>2018-09-11T14:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=79d82382b3ea1b7d77e3a47a96a786557588787a'/>
<id>79d82382b3ea1b7d77e3a47a96a786557588787a</id>
<content type='text'>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
</pre>
</div>
</content>
</entry>
<entry>
<title>Relative values for strokes:</title>
<updated>2018-08-15T09:11:55+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-08-15T09:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=dac72fcd64d2fb7e216d5165a8821b722d2eded9'/>
<id>dac72fcd64d2fb7e216d5165a8821b722d2eded9</id>
<content type='text'>
  Fix segmenation fault on reading dashes with % values.
  Fix computed value for dashes with % values (use viewport diagonal length).
  Support % values for stroke width.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix segmenation fault on reading dashes with % values.
  Fix computed value for dashes with % values (use viewport diagonal length).
  Support % values for stroke width.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'stroke-dashoffset' with absolute units.</title>
<updated>2018-08-13T12:16:41+00:00</updated>
<author>
<name>Tavmjong Bah</name>
<email>tavmjong@free.fr</email>
</author>
<published>2018-08-13T12:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=17fd7b321d7575e5d45eb1e7accb50b73cadc4c1'/>
<id>17fd7b321d7575e5d45eb1e7accb50b73cadc4c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor with Tav help</title>
<updated>2018-08-05T00:31:06+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-06-12T21:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=bbf828d9ae370e9aede9702e520c106c380a3867'/>
<id>bbf828d9ae370e9aede9702e520c106c380a3867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changes</title>
<updated>2018-08-05T00:31:06+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-06-10T20:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=850515e890b2bebbac5dcde3b04d3fc0cff52654'/>
<id>850515e890b2bebbac5dcde3b04d3fc0cff52654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow inkscape handle units and percent in dasharray and dashoffset. Add pref optional to scale dashes on stroke scale</title>
<updated>2018-08-05T00:31:06+00:00</updated>
<author>
<name>Jabier Arraiza</name>
<email>jabier.arraiza@marker.es</email>
</author>
<published>2018-06-10T14:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7aaeaacc08de60fd324646afe69f4dbed93f89d4'/>
<id>7aaeaacc08de60fd324646afe69f4dbed93f89d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
