Sindbad~EG File Manager

Current Path : /home/beeson/public_html/WebMathXpert/Demos/ProblemLibraryDemo/
Upload File :
Current File : //home/beeson/public_html/WebMathXpert/Demos/ProblemLibraryDemo/ButtonDefinitions.svg

<svg id="shadowODE2Input1ID" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Vertical line -->
  <line x1="15" y1="6" x2="15" y2="24" stroke="white" stroke-width="4" />

 <!-- Left triangle -->
 <polygon points="5,10 5,20 10,15" fill="white" />

 <!-- Right triangle -->
 <polygon points="25,10 25,20 20,15" fill="white" />
</svg>

<svg id="vzoomin" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Horizontal line -->
  <line x1="6" y1="15" x2="24" y2="15" stroke="white" stroke-width="4" />

  <!-- Top triangle -->
  <polygon points="10,5 20,5 15,10" fill="white" />

  <!-- Bottom triangle -->
  <polygon points="10,25 20,25 15,20" fill="white" />
</svg>

<svg id="hzoomout" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Vertical line -->
  <line x1="15" y1="6" x2="15" y2="24" stroke="white" stroke-width="4" />

  <!-- Left triangle -->
  <polygon points="5,15 10,10 10,20" fill="white" />

  <!-- Right triangle -->
  <polygon points="25,15 20,10 20,20" fill="white" />
</svg>

<svg id="vzoomout" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Horizontal line -->
  <line x1="6" y1="15" x2="24" y2="15" stroke="white" stroke-width="4" />

  <!-- Top triangle -->
  <polygon points="10,10 20,10 15,5" fill="white" />

  <!-- Bottom triangle -->
  <polygon points="10,20 20,20 15,25" fill="white" />
</svg>

<svg id="zoomin" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Top triangle -->
  <polygon points="10,5 20,5 15,10" fill="white" />

  <!-- Bottom triangle -->
  <polygon points="10,25 20,25 15,20" fill="white" />

  <!-- Left triangle -->
  <polygon points="5,10 5,20 10,15" fill="white" />

  <!-- Right triangle -->
  <polygon points="25,10 25,20 20,15" fill="white" />
</svg>

<svg id="zoomout" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Top triangle -->
  <polygon points="10,5 20,5 15,0" fill="white" />

  <!-- Bottom triangle -->
  <polygon points="10,25 20,25 15,30" fill="white" />

  <!-- Left triangle -->
  <polygon points="0,15 5,20 5,10" fill="white" />

  <!-- Right triangle -->
  <polygon points="25,10 25,20 30,15" fill="white" />
</svg>

<svg id="draw" class="buttonsvg" width="60" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="60" height="30" fill="rgb(0,0,128)" />

  <!-- Horizontal line -->
  <line x1="0" y1="7.5" x2="60" y2="7.5" stroke="white" stroke-width="1" />

  <!-- Vertical line -->
  <line x1="30" y1="0" x2="30" y2="15" stroke="white" stroke-width="1" />

  <!-- cubic curve -->
  <path d="M 0 15 Q 10 -5 30 7.5 Q 50 20 60 -5" fill="none" stroke="white" stroke-width="1" />

  <!-- Text -->
  <text x="30" y="25" fill="white" font-size="12" font-family="Arial" text-anchor="middle">Draw</text>
</svg>

<svg id="select1" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- White rectangle touching lower left corner -->
  <rect x="0" y="18" width="12" height="12" fill="none" stroke="white" stroke-width="1" />

  <!-- Dotted line with arrowhead from rectangle to upper right corner -->
  <defs>
    <marker id="arrowhead" markerWidth="6" markerHeight="6" refX="1" refY="3" orient="auto">
      <polygon points="0 0, 6 3, 0 6" fill="white" />
    </marker>
  </defs>
  <line x1="12" y1="18" x2="25" y2="5" stroke="white" stroke-width="1" stroke-dasharray="2,2" marker-end="url(#arrowhead)" />
</svg>


<svg id="select2" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- White rectangle centered in the button -->
  <rect x="9" y="9" width="12" height="12" fill="none" stroke="white" stroke-width="1" />

  <!-- Dotted line with arrowhead from center to upper right corner -->
  <defs>
    <marker id="arrowhead" markerWidth="6" markerHeight="6" refX="1" refY="3" orient="auto">
      <polygon points="0 0, 6 3, 0 6" fill="white" />
    </marker>
  </defs>
  <line x1="15" y1="15" x2="25" y2="5" stroke="white" stroke-width="1" stroke-dasharray="2,2" marker-end="url(#arrowhead)" />
</svg>

<svg id="pointslope" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Horizontal and vertical lines emanating from points one pixel from the center -->
  <line x1="15" y1="13" x2="15" y2="0" stroke="white" stroke-width="1" />
  <line x1="15" y1="17" x2="15" y2="30" stroke="white" stroke-width="1" />
  <line x1="13" y1="15" x2="0" y2="15" stroke="white" stroke-width="1" />
  <line x1="17" y1="15" x2="30" y2="15" stroke="white" stroke-width="1" />
</svg>

<svg id="drag" class="buttonsvg" width="30" height="30" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="30" height="30" fill="rgb(0,0,128)" />

  <!-- Arrow at a 30-degree angle to the horizontal -->
  <defs>
    <marker id="arrowhead" markerWidth="6" markerHeight="6" refX="3" refY="3" orient="auto">
      <polygon points="0 0, 6 3, 0 6" fill="white" />
    </marker>
  </defs>
  <line x1="2" y1="15" x2="25" y2="5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />

  <!-- Text -->
  <text x="15" y="25" fill="white" font-size="10" font-family="Arial" text-anchor="middle">Drag</text>
</svg>

<svg id="directionfield" class="buttonsvg" width="60" height="30" xmlns="http://www.w3.org/2000/svg">
    <!-- Background -->
    <rect width="60" height="30" fill="rgb(0,0,128)" />

    <!-- Direction field arrows -->
    <defs>
        <marker id="arrowhead" markerWidth="3" markerHeight="3" refX="1.5" refY="1.5" orient="auto">
            <polygon points="0 0, 3 1.5, 0 3" fill="white" />
        </marker>
    </defs>

    <!-- Arcs with arrows -->
    <!-- Arc 1 -->
    <line x1="0" y1="15" x2="10" y2="7" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="10" y1="7" x2="20" y2="4" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="20" y1="4" x2="30" y2="7.5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="30" y1="7.5" x2="40" y2="11" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="40" y1="11" x2="50" y2="2" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="50" y1="2" x2="60" y2="-5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    
    <!-- Arc 2 -->
    <line x1="0" y1="8" x2="10" y2="0" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="10" y1="0" x2="20" y2="-3" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="20" y1="-3" x2="30" y2="0.5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="30" y1="0.5" x2="40" y2="4" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="40" y1="4" x2="50" y2="-5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="50" y1="-5" x2="60" y2="-12" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    
    <!-- Arc 3 -->
    <line x1="0" y1="22" x2="10" y2="14" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="10" y1="14" x2="20" y2="11" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="20" y1="11" x2="30" y2="14.5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="30" y1="14.5" x2="40" y2="18" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="40" y1="18" x2="50" y2="9" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="50" y1="9" x2="60" y2="2" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />

    <!-- Arc 4 -->
    <line x1="0" y1="1" x2="10" y2="-7" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="10" y1="-7" x2="20" y2="-10" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="20" y1="-10" x2="30" y2="-7.5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="30" y1="-7.5" x2="40" y2="-4" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="40" y1="-4" x2="50" y2="-13" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="50" y1="-13" x2="60" y2="-19" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />

    <!-- Arc 5 -->
    <line x1="0" y1="29" x2="10" y2="21" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="10" y1="21" x2="20" y2="18" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="20" y1="18" x2="30" y2="21.5" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="30" y1="21.5" x2="40" y2="25" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="40" y1="25" x2="50" y2="16" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
    <line x1="50" y1="16" x2="60" y2="9" stroke="white" stroke-width="1" marker-end="url(#arrowhead)" />
</svg>

<svg id="assumptions" class="buttonsvg" width="62" height="20" xmlns="http://www.w3.org/2000/svg">
    <!-- Background -->
    <rect width="62" height="20" fill="rgb(0,0,128)" />
    <!-- Text -->
    <text x="30" y="15" fill="white" font-size="12" font-family="Arial" text-anchor="middle">Assumptions</text>
</svg>

<svg id="singularities" class="buttonsvg" width="62" height="20" xmlns="http://www.w3.org/2000/svg">
    <!-- Background -->
    <rect width="62" height="20" fill="rgb(0,0,128)" />
    <!-- Text -->
    <text x="30" y="15" fill="white" font-size="12" font-family="Arial" text-anchor="middle">Singularities</text>
</svg>

<svg id="jumps" class="buttonsvg" width="62" height="20" xmlns="http://www.w3.org/2000/svg">
    <!-- Background -->
    <rect width="62" height="20" fill="rgb(0,0,128)" />
    <!-- Text -->
    <text x="30" y="15" fill="white" font-size="12" font-family="Arial" text-anchor="middle">Jumps</text>
</svg>

<svg id="remarks" class="buttonsvg" width="62" height="20" xmlns="http://www.w3.org/2000/svg">
    <!-- Background -->
    <rect width="62" height="20" fill="rgb(0,0,128)" />
    <!-- Text -->
    <text x="30" y="15" fill="white" font-size="12" font-family="Arial" text-anchor="middle">Remarks</text>
</svg>









Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists