aboutsummaryrefslogtreecommitdiff
path: root/share/library/Passive/resistor.lua
Commit message (Collapse)AuthorAgeFilesLines
* Close symbol paths where appropriatePřemysl Eric Janouch2021-11-021-1/+1
| | | | Removes some ugliness in PDF exports, stemming from line thickness.
* Change how Cairo is presented to Lua scripts.Přemysl Janouch2012-08-121-32/+32
| | | | Makes the whole thing a bit more stable and less weird.
* Add German translation.Přemysl Janouch2011-03-071-3/+6
|
* Add Polish translation.Přemysl Janouch2011-03-071-3/+6
|
* Add Slovak translation.Přemysl Janouch2011-03-071-3/+6
|
* Update the symbol library.Přemysl Janouch2011-02-111-7/+69
| | | | | | | | * Add bipolar, IGFET and JFET transistors. * Add more variants to some symbols. * Add a symbol for a simple terminal. * Avoid unneccessary stroke() calls. * Fix comments.
* Make all variables in Lua scripts local.Přemysl Janouch2011-02-091-4/+4
|
* Add a few symbols for testing.Přemysl Janouch2010-12-101-0/+37
The lucky ones are: capacitor, resistor and diode. More symbols can be expected later, when more cairo functions are exported to Lua and relevant standards become accessible to me.