Created
February 13, 2022 18:23
-
-
Save PeterHindes/330a60c21fd5cdf45570746cf9df08da to your computer and use it in GitHub Desktop.
Solidity array of strings in another contract
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.11; | |
contract SVG1 { | |
string[] public svg; | |
} | |
contract User is SVG1 { | |
SVG1 s; | |
constructor (address _provider) { | |
s = SVG1(_provider); | |
} | |
function getSome(uint _index) public view returns (string memory) { | |
return s.svg(_index); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.11; | |
contract SVG1 { | |
string[] public svg; | |
constructor() { | |
svg.push(" <g" | |
" id=\"layer1\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer2\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer3\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer4\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer5\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer6\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer7\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer8\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer9\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer10\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer11\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer12\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer13\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer14\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer15\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer16\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer17\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer18\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer19\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer20\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer21\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer22\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer23\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer24\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer25\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer26\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer27\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer28\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer29\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer30\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer31\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer32\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer33\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer34\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer35\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer36\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer37\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer38\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer39\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer40\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer41\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer42\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer43\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer44\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer45\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer46\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer47\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer48\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer49\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
svg.push(" <g" | |
" id=\"layer50\"" | |
" style=\"display:inline\">" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path56\"" | |
" cx=\"85.093437\"" | |
" cy=\"157.32178\"" | |
" rx=\"9.0055685\"" | |
" ry=\"9.1893568\" />" | |
" <ellipse" | |
" style=\"fill:#0000ff;stroke-width:0.264583\"" | |
" id=\"path58\"" | |
" cx=\"123.50495\"" | |
" cy=\"159.71101\"" | |
" rx=\"10.292079\"" | |
" ry=\"9.7407179\" />" | |
" </g>"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment