newman.daniel1
|
332b085155
|
Add clone/use support; add visibility support
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@79 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-08-29 18:56:40 +00:00 |
newman.daniel1
|
f6ceead814
|
It would seem that whatever XML parser Inkscape is using, it isn't Schema aware or otherwise doing white space normalization to attribute values. Nor is Inkscape itself doing any either. So, let's apply strip() to the points attribute returned for polyline and polygon elements so that we can easily detect an empty set of points and also ignore leading or trailing whitespace
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@75 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-08-11 21:31:58 +00:00 |
newman.daniel1
|
52d09367aa
|
Correct possible problem with pause and resume for polyline, polygon, circle and ellipse. Before, self.pathcount would be incremented before deciding if the element was (as per SVG spec) to be ignored (e.g., a circle with a radius of zero, a polyline with no points). That could lead to pathcount being out of sync with svgLastPath. Now, the decision is first made whether or not the element is to be ignored and then pathcount is incremented if the element is NOT to be ignored.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@74 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-08-10 23:41:28 +00:00 |
newman.daniel1
|
c4aad3fc1d
|
Add support for SVG ellipse and circle elements
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@73 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-08-10 23:22:41 +00:00 |
newman.daniel1
|
a9d753aa3c
|
Add support for SVG rect, line, polyline and polygon elements
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@72 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-08-09 22:50:13 +00:00 |
windelloskay
|
653f560bb6
|
initial upload of source
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@71 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-08-09 17:34:06 +00:00 |
brian.schmalz
|
b8827f6278
|
EBF (EiBotFirmware) v1.9.6
Please see http://www.schmalzhaus.com/EBB for details on what's changed in this version.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@48 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-07-11 03:25:42 +00:00 |
brian.schmalz
|
410aa3e7db
|
v1.9.3 - replaced SN command with CN command.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@45 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-16 12:28:53 +00:00 |
brian.schmalz
|
baf8199148
|
v1.9.3 - replaced SN command with CN command.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@44 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-16 12:27:09 +00:00 |
brian.schmalz
|
fd46354344
|
Version 1.9.2: added a number of commands - see docs.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@43 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-16 00:17:28 +00:00 |
brian.schmalz
|
2f465a89b8
|
Added zip file of HEX files from version 1.9
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@25 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-11 20:23:49 +00:00 |
brian.schmalz
|
758e39bdf2
|
Added zip file of HEX files from version 1.9
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@24 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-11 20:21:14 +00:00 |
brian.schmalz
|
c6a4f22e3b
|
Version 1.9 - Added QP and TP commands, removed vestiges of DEMO_MODE, set servo to up position on reset.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@23 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-11 20:13:24 +00:00 |
brian.schmalz
|
4b00afa998
|
Adding all of the Egg-Bot paths that I came up with during Maker Faire 2010 and before.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@7 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-03 01:55:17 +00:00 |
brian.schmalz
|
1e2a38ae65
|
Checking in EiBotFirmware v1.8.2
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@5 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-06-02 02:10:52 +00:00 |
(no author)
|
fbb8d770d0
|
Initial directory structure.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@1 72233254-1b6c-9e9c-5072-401df62706fb
|
2010-05-30 23:00:32 +00:00 |