Searched defs:is (Results 1 - 4 of 4) sorted by relevance
/inkscape/share/extensions/ |
H A D | scour.inkscape.py | 9 inkex.errormsg("Failed to import Python module 'scour'.\nPlease make sure it is installed (e.g. using 'pip install scour' or 'sudo apt-get install python-scour') and try again.") namespace 16 inkex.errormsg("Failed to import Python module 'six'.\nPlease make sure it is installed (e.g. using 'pip install six' or 'sudo apt-get install python-six') and try again.") namespace
|
H A D | polyhedron_3d.py | 25 #(vertex 1 is the first in the list above, 2 the second, etc): 34 #is user-selectable between max, min and average z-value of the vertices 37 This program is free software; you can redistribute it and/or modify 42 This program is distributed in the hope that it will be useful, 66 inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this can be done with the command 'sudo apt-get install python-numpy'.")) namespace 221 winding = -1 #if it is clockwise wound, reverse the vecotr direction 524 inkex.errormsg(_('Face Data Not Found. Ensure file contains face data, and check the file is imported as "Face-Specified" under the "Model File" tab.\n'))
|
/inkscape/src/libnrtype/ |
H A D | TextWrapper.cpp | 85 // is probably a bug anyway) 108 takes quadratic time if the text is composed of n appends. Use a proper data structure. 180 // so setting the dx to 0 is mandatory 263 // depending on the directionality, the last uni32 codepoint for this glyph is the first of the next char 282 // the layout is an infinite line 302 // and is associated with no text (but you cannot set uni_st=uni_en=0, because the termination 303 // is expected to be the glyph for the termination of the uni32_text) 318 // the array of boundaries is full, but out-of-order 320 // boundary array is ready to be used, call chunktext to fill the *_start fields of the glyphs, and compute 330 glyph_text[i].x /= 512; // why is thi 648 AddTwinBoundaries(text_boundary const &is, text_boundary const &ie) argument [all...] |
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 194 TRACE(("popNode() called when stack is empty\n")); 206 // Set as a layer if this is a top-level group 218 _ttm[0] = _ttm[3] = 1.0; // clear ttm if parent is a layer 324 // emit a stroke which is 1px in toplevel user units 459 * The path is set to be filled with the given shading. 571 // do not remember the group which is a layer 720 // Set fill/stroke colors if this is an uncolored tiling pattern 776 // FIXME: the inner circle's radius is ignored here 932 size_t is = 0; local 935 while(is < s [all...] |
Completed in 22 milliseconds