<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" width="170" height="100" viewBox="0 0 170 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>OR gate</title>
<desc>OR gate</desc>
<defs>
	<style type="text/css">
	<![CDATA[
	rect {fill:#fff; stroke:#000; stroke-width:2;}
	line {stroke:#000; stroke-width:2; stroke-linecap:round;}
	text {font-family:Arial,Verdana,sans-serif; font-size:30px; fill:#000; text-anchor:middle;}
	]]>
	</style>
</defs>
<line x1="25" y1="25" x2="50" y2="25"/>
<line x1="25" y1="74" x2="50" y2="74"/>
<line x1="115" y1="49" x2="141" y2="49"/>
<rect x="50" y="1" width="66" height="98"/>
<text x="10" y="35">A</text>
<text x="10" y="84">B</text>
<text x="156" y="58">Y</text>
<text x="84" y="32">1</text>
</svg>