Changeset 6287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-geopattern.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.php
r2994 r6287 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory; 3 3 4 use RedeyeVentures\GeoPattern\GeoPattern; 4 5 … … 91 92 $this->generatePattern(); 92 93 93 #if ( $this->svg->getWidth() < $width || $this->svg->getHeight() < $height ) {94 // if ( $this->svg->getWidth() < $width || $this->svg->getHeight() < $height ) { 94 95 $this->svg->setViewBox( 0, 0, $this->svg->getWidth(), $this->svg->getHeight() ); 95 #} 96 96 // } 97 97 if ( $this->text ) { 98 98 $inner = $this->svg;
Note: See TracChangeset
for help on using the changeset viewer.