|
|
|
|
|
by genezeta
696 days ago
|
|
In case the author reads this: I would suggest editing your Venn diagram a bit so that it makes more sense. Something like this <circle class="property stylable" cx="190" cy="145" r="70"></circle>
<text class="stylable" x="150" y="140" fill="black">stylable</text>
<circle class="property cacheable" cx="310" cy="145" r="70"></circle>
<text class="cacheable" x="300" y="140" fill="black">cacheable</text>
<circle class="property dimensional" cx="250" cy="260" r="70"></circle>
<text class="dimensional" x="210" y="280" fill="black">dimensional</text>
This way, the region where your three circles overlap actually disappears, signifying that you can't indeed get all three at the same time. |
|