Changeset 6287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern-svg.php
- Timestamp:
- 12/19/2017 04:22:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern-svg.php
r2994 r6287 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory; 3 3 4 use RedeyeVentures\GeoPattern\SVG; 4 5 … … 41 42 42 43 /** 43 * @param 44 * @param 45 * @param 46 * @param 47 * @param 48 * @param array $args44 * @param string $text 45 * @param string $x 46 * @param string $y 47 * @param string $text_anchor 48 * @param string $style 49 * @param array $args 49 50 * 50 51 * @return $this 51 52 */ 52 53 public function addText( $text, $x, $y, $text_anchor, $style, $args = array() ) { 53 $element = new Plugin_Geopattern_SVGText( $text, $x, $y, $text_anchor, $style, $args );54 $element = new Plugin_Geopattern_SVGText( $text, $x, $y, $text_anchor, $style, $args ); 54 55 $this->svgString .= $element; 55 56
Note: See TracChangeset
for help on using the changeset viewer.