at-wat / eagle2svg

Eagle cad to SVG converter
4 stars 1 forks source link

Support long pad #17

Closed at-wat closed 6 years ago

at-wat commented 6 years ago

Failed on python 2.7

style check failed.

./eagle2svg/eagle_element.py:368:80: E501 line too long (80 > 79 characters)
./eagle2svg/eagle_element.py:377:80: E501 line too long (80 > 79 characters)
at-wat commented 6 years ago

Failed on python 3.6

style check failed.

./eagle2svg/eagle_element.py:368:80: E501 line too long (80 > 79 characters)
./eagle2svg/eagle_element.py:377:80: E501 line too long (80 > 79 characters)
at-wat commented 6 years ago

Passed on python 2.7

all tests passed

-rw-r--r-- 1 travis travis 8.0K Jan 20 07:45 test-bottom.brd.png
-rw-r--r-- 1 travis travis 4.9K Jan 20 07:45 test-bottom.brd.svg
-rw-r--r-- 1 travis travis  44K Jan 20 07:45 test.sch.png
-rw-r--r-- 1 travis travis  11K Jan 20 07:45 test.sch.svg
-rw-r--r-- 1 travis travis  23K Jan 20 07:45 test-top.brd.png
-rw-r--r-- 1 travis travis  12K Jan 20 07:45 test-top.brd.svg

test.sch.png test-top.brd.png test-bottom.brd.png

at-wat commented 6 years ago

Passed on python 3.6

all tests passed

-rw-r--r-- 1 travis travis 8.0K Jan 20 07:46 test-bottom.brd.png
-rw-r--r-- 1 travis travis 4.9K Jan 20 07:46 test-bottom.brd.svg
-rw-r--r-- 1 travis travis  44K Jan 20 07:46 test.sch.png
-rw-r--r-- 1 travis travis  11K Jan 20 07:46 test.sch.svg
-rw-r--r-- 1 travis travis  23K Jan 20 07:46 test-top.brd.png
-rw-r--r-- 1 travis travis  12K Jan 20 07:46 test-top.brd.svg

test.sch.png test-top.brd.png test-bottom.brd.png

at-wat commented 6 years ago

Passed on python 2.7

all tests passed

-rw-r--r-- 1 travis travis 8.3K Jan 20 07:54 test-bottom.brd.png
-rw-r--r-- 1 travis travis 5.2K Jan 20 07:54 test-bottom.brd.svg
-rw-r--r-- 1 travis travis  44K Jan 20 07:54 test.sch.png
-rw-r--r-- 1 travis travis  11K Jan 20 07:54 test.sch.svg
-rw-r--r-- 1 travis travis  26K Jan 20 07:54 test-top.brd.png
-rw-r--r-- 1 travis travis  17K Jan 20 07:54 test-top.brd.svg

test.sch.png test-top.brd.png test-bottom.brd.png

at-wat commented 6 years ago

Passed on python 3.6

all tests passed

-rw-r--r-- 1 travis travis 8.3K Jan 20 07:55 test-bottom.brd.png
-rw-r--r-- 1 travis travis 5.2K Jan 20 07:55 test-bottom.brd.svg
-rw-r--r-- 1 travis travis  44K Jan 20 07:55 test.sch.png
-rw-r--r-- 1 travis travis  11K Jan 20 07:55 test.sch.svg
-rw-r--r-- 1 travis travis  26K Jan 20 07:55 test-top.brd.png
-rw-r--r-- 1 travis travis  17K Jan 20 07:55 test-top.brd.svg

test.sch.png test-top.brd.png test-bottom.brd.png

at-wat commented 6 years ago

fixed #16