summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dcae382)
raw | patch | inline | side by side (parent: dcae382)
author | Alexandre Prokoudine <avp@darkroom> | |
Sat, 5 Jun 2010 15:13:09 +0000 (19:13 +0400) | ||
committer | Alexandre Prokoudine <avp@darkroom> | |
Sat, 5 Jun 2010 15:13:09 +0000 (19:13 +0400) |
index b87762c0d440adc7d2d9fc7ffd8ba28c14e13b48..3e9027baae98efcc27e39aad90716cee20b503b7 100644 (file)
=head3 setElAttribute
- # Setting an atribute in a tag localizated it's id:
+ # Setting an attribute in a tag localizated it's id:
$svg->setElAttribute {id=>'myDrawing'}, 'width', $w * 2;
- # Setting an atribute in a tag localizated it's position:
+ # Setting an attribute in a tag localizated it's position:
$svg->setElAttribute {tag=>'svg',pos=>0}, 'width', $w * 2;
- # Setting an atribute in some tags localizated by atributes:
+ # Setting an attribute in some tags localizated by attributes:
$svg->setElAttribute {tag=>'circle',r=>10}, 'r', 50;
-This method will set an atribute in a tag or in a colection of tags, selected
+This method will set an attribute in a tag or in a colection of tags, selected
by the localizator hash.
=cut
index 503e4ec601390d07936143617567608fa7c66005..f23edaf366870b4d3992e51c16cb4946038af4db 100755 (executable)
self.OptionParser.add_option("-o", "--att-other",
action="store", type="string",
dest="att_other",
- help="Other atribute (for a limited UI).")
+ help="Other attribute (for a limited UI).")
self.OptionParser.add_option("-t", "--att-other-type",
action="store", type="string",
dest="att_other_type",
index 3dd3a45410280d1a2a5a3338096006f64846fd32..a4035503a6d481284cdea0d324c585ec48092086 100644 (file)
InkWeb.logToString = function (conf) {
/* Show the log in a formated string.
- ** conf atributes:
+ ** conf attributes:
** format: a string to format the log itens.
** formatError: to format the error log itens.
** sep: the log itens separator string.
diff --git a/share/extensions/webslicer_create_group.inx b/share/extensions/webslicer_create_group.inx
index 6352c2066686ff80c7ef9a21f44aa5e381347a2f..2238a0901862ba23cadc0819c64a6071f705af46 100644 (file)
<dependency type="executable" location="extensions">webslicer_create_group.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<_param name="about" type="description">Layout Group is only about to help a better code generation (if you need it). To use this, you must to select some "Slicer rectangles" first.</_param>
- <param name="html-id" type="string" _gui-text="HTML id atribute:"></param>
- <param name="html-class" type="string" _gui-text="HTML class atribute:"></param>
+ <param name="html-id" type="string" _gui-text="HTML id attribute:"></param>
+ <param name="html-class" type="string" _gui-text="HTML class attribute:"></param>
<param name="width-unity" type="enum" _gui-text="Width unit:">
<_item value="px">Pixel (fixed)</_item>
<_item value="percent">Percent (relative to parent size)</_item>
diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx
index 035b3439e5b41b7bf71d375e1c9289da0eebf91d..acf440cca3a5cb289ac9218a6b71ee81b69ecde0 100644 (file)
<param name="palette-size" type="int" min="2" max="256" _gui-text="Palette size:">256</param>
</page>
<page name="tabHTML" gui-text="HTML">
- <param name="html-id" type="string" _gui-text="HTML id atribute:"></param>
- <param name="html-class" type="string" _gui-text="HTML class atribute:"></param>
+ <param name="html-id" type="string" _gui-text="HTML id attribute:"></param>
+ <param name="html-class" type="string" _gui-text="HTML class attribute:"></param>
<_param name="help-gif" type="description">Options for HTML export</_param>
<param name="layout-disposition" type="enum" _gui-text="Layout disposition:">
<_item value="bg-el-norepeat">Positioned html block element with the image as Background</_item>
index eeb753add0f8ffb0d510f146847b1eef1209a6bb..3a7324370dbc1764ab3cf802e91b1e84ce202aad 100644 (file)
<dependency type="executable" location="extensions">webslicer_effect.py</dependency>
<dependency type="executable" location="extensions">webslicer_export.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
- <_param name="about" type="description">All sliced images, and optionally code, will be generated as you had configured and saved to one directory.</_param>
- <param name="dir" type="string" _gui-text="Directory path to export:"></param>
+ <_param name="about" type="description">All sliced images, and optionaly code, will be generated as you had configured and saved to one directory.</_param>
+ <param name="dir" type="string" _gui-text="Directory path to export"></param>
<param name="create-dir" type="boolean" _gui-text="Create directory, if it does not exists">false</param>
<param name="with-code" type="boolean" _gui-text="With HTML and CSS">true</param>
<effect needs-live-preview="false">