[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.4.0-20080127-9-g56a7874)
The branch, master has been updated
via 56a787446f3f5a244c8b4cec21cdc4e489e19568 (commit)
from 5757ce41ac1846814b0e96885942f2e011f2d3b7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/scheme/default-attrib-positions.scm | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
=================
Commit Messages
=================
commit 56a787446f3f5a244c8b4cec21cdc4e489e19568
Author: Carlos Nieves Onega <cnieves@xxxxxxxxxx>
Date: Wed Feb 6 21:25:58 2008 +0100
Fix documentation about list format.
- Applied patch from Timur Aydin <ta@xxxxxxxxxx>, fixing a
comment on top of the list that explains each individual
item in that list. The comment didn't match the actual list
definition.
- Added comment about considering line width when calculating
a component's reference point.
:100644 100644 80a2108... c8cadc1... M gschem/scheme/default-attrib-positions.scm
=========
Changes
=========
commit 56a787446f3f5a244c8b4cec21cdc4e489e19568
Author: Carlos Nieves Onega <cnieves@xxxxxxxxxx>
Date: Wed Feb 6 21:25:58 2008 +0100
Fix documentation about list format.
- Applied patch from Timur Aydin <ta@xxxxxxxxxx>, fixing a
comment on top of the list that explains each individual
item in that list. The comment didn't match the actual list
definition.
- Added comment about considering line width when calculating
a component's reference point.
diff --git a/gschem/scheme/default-attrib-positions.scm b/gschem/scheme/default-attrib-positions.scm
index 80a2108..c8cadc1 100644
--- a/gschem/scheme/default-attrib-positions.scm
+++ b/gschem/scheme/default-attrib-positions.scm
@@ -29,15 +29,23 @@
; The attribute is going to be placed at a position of the
; component, given by the "reference" item.
; It has the following items:
+ ; - x_offset, y_offset: the position offset to the reference point.
+ ; The attribute position is offset by these amounts from the
+ ; reference point. They can be positive or negative integers.
; - reference: the component's reference point where to place
- ; the attribute.
+ ; the attribute. The reference point is calculated using
+ ; component's bounds, so pin's line width, for example, matter.
+ ; Example: Pin from (100,50) to (400,50), pin's line width is 10.
+ ; Pin bounds:
+ ; top: 55
+ ; bottom: 45
+ ; left: 95
+ ; right: 405
+ ; "Lower left": (95,45)
; It is a string with the format "horizontal vertical", where:
; - "horizontal" is one of: "Left", "Middle", "Right".
; - "vertical" is one of: "Lower", "Middle", "Upper".
; Example: "Lower Right".
- ; - x_offset, y_offset: the position offset to the reference point.
- ; The attribute position is offset by these amounts from the
- ; reference point. They can be positive or negative integers.
; - alignment: the attribute text's alignment.
; - angle: the attribute's angle.
;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs